You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5216,7 +5216,8 @@ impl<SP: Deref> Channel<SP> where
5216
5216
}
5217
5217
5218
5218
let need_holding_cell = (self.context.channel_state & (ChannelState::AwaitingRemoteRevoke as u32 | ChannelState::MonitorUpdateInProgress as u32)) != 0;
5219
-
log_debug!(logger, "Pushing new outbound HTLC for {} msat {}", amount_msat,
5219
+
log_debug!(logger, "Pushing new outbound HTLC with hash {} for {} msat {}",
5220
+
payment_hash, amount_msat,
5220
5221
if force_holding_cell { "into holding cell" }
5221
5222
else if need_holding_cell { "into holding cell as we're awaiting an RAA or monitor" }
0 commit comments