-
Notifications
You must be signed in to change notification settings - Fork 602
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
listsinceblock
transaction format differences to bitcoin core
#272
Comments
blockindex is no longer tracked. It was dropped from wtxmgr in preparation for SPV support later. We can't report it. The negative fee is inane but I can switch it. |
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
May 13, 2015
This matches Bitcoin Core Wallet. Fixes btcsuite#272.
Ok, great, thanks. Agree wrt to negative fee. |
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
Jun 14, 2016
This makes the internal prompt.Setup function available for use in other projects. Fixes btcsuite#272.
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
Jun 14, 2016
This makes the internal prompt.Setup function available for use in other projects. Since this package is not imported by the wallet package, there is no need to pass the insecure public data encryption passphrase as a parameter, and instead it can use the wallet constant. Fixes btcsuite#272.
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
Jun 14, 2016
This makes the internal prompt.Setup function available for use in other projects. Since this package is not imported by the wallet package, there is no need to pass the insecure public data encryption passphrase as a parameter, and instead it can use the wallet constant. Fixes btcsuite#272.
jrick
added a commit
to jrick/btcwallet
that referenced
this issue
Jun 14, 2016
This makes the internal prompt.Setup function available for use in other projects. Since this package is not imported by the wallet package, there is no need to pass the insecure public data encryption passphrase as a parameter, and instead it can use the wallet constant. Fixes btcsuite#272.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Back to the worst call of a crappy API. :( Sorry for this...
btcwallet does not list
blockindex
for transactions inlistsinceblock
.btcwallet lists a positive fee for transactions of category
send
while bitcoin core lists a negative fee.The text was updated successfully, but these errors were encountered: