mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-20 21:44:29 +01:00
signpsbt_done: don't try to access global tx in exception
This commit is contained in:
committed by
Rusty Russell
parent
56bb757b5f
commit
69f74a92e6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user