[RPC] Multisig PSBT signing crashes wallet if the input fields aren't correct #881
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.
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 youwalletprocesspsbt
.The text was updated successfully, but these errors were encountered: