mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
signpsbt_done: don't try to access global tx in exception
This commit is contained in:
parent
56bb757b5f
commit
69f74a92e6
1 changed files with 2 additions and 3 deletions
|
@ -168,9 +168,8 @@ static struct command_result *signpsbt_done(struct command *cmd,
|
|||
"Signed tx changed txid? Had '%s' now '%s'",
|
||||
tal_hex(tmpctx,
|
||||
linearize_wtx(tmpctx, utx->tx)),
|
||||
tal_hex(tmpctx,
|
||||
linearize_wtx(tmpctx,
|
||||
utx->psbt->tx)));
|
||||
type_to_string(tmpctx, struct wally_psbt,
|
||||
utx->psbt));
|
||||
}
|
||||
|
||||
req = jsonrpc_request_start(cmd->plugin, cmd, "sendpsbt",
|
||||
|
|
Loading…
Add table
Reference in a new issue