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

Fix for "sendmany" RPC call insufficient funds message #993

Merged
merged 3 commits into from
Feb 2, 2021

Conversation

psolstice
Copy link
Contributor

PR intention

Fix an issue with deprecated account system preventing sendtomany RPC call from working in some cases

Code changes brief

Merged bitcoin PR #9614
bitcoin/bitcoin#9614
On top of this added a check for first parameter of sendmany. Made changes to do not use account system while processing RPC if the first parameter is empty.

ryanofsky and others added 3 commits February 2, 2021 07:41
This adds a simpler new implementation of getbalance logic along with asserts
to confirm it behaves identically to the old logic. The old logic is removed in
the next commit.
@psolstice psolstice changed the title Wallet account fix Fix for sendmany RPC call insufficient funds message Feb 2, 2021
@psolstice psolstice changed the title Fix for sendmany RPC call insufficient funds message Fix for "sendmany" RPC call insufficient funds message Feb 2, 2021
@reubenyap reubenyap merged commit 44b8887 into master Feb 2, 2021
@reubenyap reubenyap deleted the wallet-account-fix branch February 2, 2021 06:57
@lgtm-com
Copy link

lgtm-com bot commented Feb 2, 2021

This pull request introduces 2 alerts when merging 51ec1a1 into 5bee49f - view on LGTM.com

new alerts:

  • 2 for Unused static function

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

Successfully merging this pull request may close these issues.

4 participants