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

rpcclient: Parsing received notifications should not check for exact number of positional parameters #1000

Open
davecgh opened this issue Aug 16, 2017 · 0 comments

Comments

@davecgh
Copy link
Member

davecgh commented Aug 16, 2017

From @jrick on January 25, 2017 16:8

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.

Copied from original issue: btcsuite/btcrpcclient#115

@davecgh davecgh changed the title Parsing received notifications should not check for exact number of positional parameters rpcclient: Parsing received notifications should not check for exact number of positional parameters 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

1 participant