mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
bcli: print sendrawtx every time (even on failures)
This commit is contained in:
parent
52af729641
commit
f9a2489424
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue