nit: add another debug log

log when we're telling the peer our depth's been reached
This commit is contained in:
niftynei
2021-05-20 16:54:34 -05:00
committed by Rusty Russell
parent 85ec604238
commit b3565fe2ed

View File

@@ -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;