-
Notifications
You must be signed in to change notification settings - Fork 36.3k
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
listunspent's new include_unsafe parameter doesn't work #9982
Labels
Comments
dooglus
changed the title
listunspent's new include_unsafe parameter doesn't work
Mar 13, 2017
listunspent
's new include_unsafe
parameter doesn't work
I confirm. This is strange I would have swear I already used it successfully. |
rpc/client.cpp needs to list the parameter as needing interpretation for any non-string parameter. Can confirm that this change fixes the problem:
|
Good catch. Thanks @dooglus |
Do I need to make a pull request for this? It seems to have been missed in 0.14.1 rc1. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
rpc/client.cpp
probably needs to list the parameter along with the other 3:Add this?
The text was updated successfully, but these errors were encountered: