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
}elseifletInboundHTLCState::AwaitingAnnouncedRemoteRevoke(forward_info) = state {
2585
2584
match forward_info {
2586
2585
PendingHTLCStatus::Fail(fail_msg) => {
2586
+
log_trace!(logger," ...promoting inbound AwaitingAnnouncedRemoteRevoke {} to LocalRemoved due to PendingHTLCStatus indicating failure", log_bytes!(htlc.payment_hash.0));
0 commit comments