mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
df: move from warning to unusual
There are perfectly valid reasons for us to not have a command on return (something went boom while sending them our sigs and we've now gotten their sigs during a reconnect and subsequently broadcast the tx)
This commit is contained in:
parent
61df08c50d
commit
dd696a7c05
1 changed files with 6 additions and 6 deletions
|
@ -1310,12 +1310,12 @@ static void sendfunding_done(struct bitcoind *bitcoind UNUSED,
|
|||
channel->openchannel_signed_cmd = NULL;
|
||||
|
||||
if (!cmd && channel->opener == LOCAL)
|
||||
log_broken(channel->log,
|
||||
"No outstanding command for channel %s,"
|
||||
" funding sent was success? %d",
|
||||
type_to_string(tmpctx, struct channel_id,
|
||||
&channel->cid),
|
||||
success);
|
||||
log_unusual(channel->log,
|
||||
"No outstanding command for channel %s,"
|
||||
" funding sent was success? %d",
|
||||
type_to_string(tmpctx, struct channel_id,
|
||||
&channel->cid),
|
||||
success);
|
||||
|
||||
if (!success) {
|
||||
if (cmd)
|
||||
|
|
Loading…
Add table
Reference in a new issue