Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing received notifications should not check for exact number of positional parameters #115

Closed
jrick opened this issue Jan 25, 2017 · 1 comment

Comments

@jrick
Copy link
Member

jrick commented Jan 25, 2017

This makes backwards compatibility impossible when it could be since it prevents the addition of other parameters passed in the notification in later versions of the API. Instead, it should check that there are at least the expected number of parameters.

@davecgh
Copy link
Member

davecgh commented Aug 16, 2017

This issue was moved to btcsuite/btcd#1000

@davecgh davecgh closed this as completed Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants