mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-20 14:24:22 +01:00
nit: add another debug log
log when we're telling the peer our depth's been reached
This commit is contained in:
@@ -645,6 +645,8 @@ bool channel_tell_depth(struct lightningd *ld,
|
||||
return true;
|
||||
}
|
||||
|
||||
log_debug(channel->log,
|
||||
"Funding tx %s confirmed, telling peer", txidstr);
|
||||
dualopen_tell_depth(channel->owner, channel,
|
||||
txid, depth);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user