-
Notifications
You must be signed in to change notification settings - Fork 598
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
does not set spendable
field
#262
Comments
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
May 27, 2015
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
May 27, 2015
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
Jul 21, 2015
alexlyp
added a commit
to alexlyp/btcwallet
that referenced
this issue
Jun 28, 2016
cjepson
pushed a commit
to cjepson/btcwallet
that referenced
this issue
Jul 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In results of
listunspent
, Bitcoin core sets the fieldspendable
to true for normal addresses and to false for watch only addresses. (They've added this recently in 0.10.0.) Btcwallet omits this currently.The text was updated successfully, but these errors were encountered: