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

[RPC] Multisig PSBT signing crashes wallet if the input fields aren't correct #881

Open
CaveSpectre11 opened this issue Dec 10, 2020 · 0 comments
Labels
Component: RPC Related to the console commands themselves. Component: Wallet Relating to keystore, tx creation, and balance tracking Issue Type: Bug Something isn't working Tag: Segfault This issue causes the application to crash.

Comments

@CaveSpectre11
Copy link
Collaborator

Not sure if the problem is due to it running off the end of the vout list [using vout:8 when there's 0 through 7 vouts] or it's due to the wrong input value [using 1 instead of 0]. More likely the first one. Doesn't crash on the createpsbt but will Segfault when you walletprocesspsbt.

@CaveSpectre11 CaveSpectre11 added Issue Type: Bug Something isn't working Component: Wallet Relating to keystore, tx creation, and balance tracking Component: RPC Related to the console commands themselves. Tag: Segfault This issue causes the application to crash. labels Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: RPC Related to the console commands themselves. Component: Wallet Relating to keystore, tx creation, and balance tracking Issue Type: Bug Something isn't working Tag: Segfault This issue causes the application to crash.
Projects
None yet
Development

No branches or pull requests

1 participant