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 BitcoinJsWalletProvider issue with signing inputs before adding #206

Merged
merged 1 commit into from Sep 6, 2019

Conversation

matthewjablack
Copy link
Contributor

@matthewjablack matthewjablack commented Sep 6, 2019

Description

This PR fixes a bug with BitcoinJsWalletProvider. Previously inputs were signed immediately after adding to TransactionBuilder in BitcoinJsLib. Instead, signing should be done after all inputs are added. This PR fixes that problem.

Submission Checklist 📝

  • Add error message if mnemonic is empty
  • Change structure of signing inputs in BitcoinJsWalletProvider to ensure signing is done after all inputs are added

@matthewjablack matthewjablack merged commit cccf712 into dev Sep 6, 2019
@matthewjablack matthewjablack deleted the fix-bitcoin-js-wallet-input-signing branch September 6, 2019 19:10
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.

None yet

1 participant