mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
bcli: print sendrawtx every time (even on failures)
This commit is contained in:
parent
52af729641
commit
f9a2489424
@ -594,7 +594,7 @@ static struct command_result *process_sendrawtransaction(struct bitcoin_cli *bcl
|
||||
struct json_stream *response;
|
||||
|
||||
/* This is useful for functional tests. */
|
||||
if (*bcli->exitstatus == 0)
|
||||
if (bcli->exitstatus)
|
||||
plugin_log(bcli->cmd->plugin, LOG_DBG, "sendrawtx exit %i (%s)",
|
||||
*bcli->exitstatus, bcli_args(bcli));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user