mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
bcli: don't log failed sendrawtransaction attempts twice
They are already logged both in bcli, and in lightningd. This just adds a lot of noise to the logs. We keep successed attempts though for the tests. Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
committed by
neil saitug
parent
678591d851
commit
3fc77730be
@@ -625,6 +625,8 @@ static struct command_result *process_sendrawtransaction(struct bitcoin_cli *bcl
|
||||
{
|
||||
struct json_stream *response;
|
||||
|
||||
/* This is useful for functional tests. */
|
||||
if (*bcli->exitstatus == 0)
|
||||
plugin_log(bcli->cmd->plugin, LOG_DBG, "sendrawtx exit %i (%s)",
|
||||
*bcli->exitstatus, bcli_args(bcli));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user