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
log_trace!(logger, " ...not including inbound HTLC {} (hash {}) with value {} due to state ({})", htlc.htlc_id, &htlc.payment_hash, htlc.amount_msat, state_name);
3705
3705
match &htlc.state {
3706
-
&InboundHTLCState::LocalRemoved(ref reason) => {
3707
-
if generated_by_local {
3708
-
if let &InboundHTLCRemovalReason::Fulfill(preimage) = reason {
3709
-
inbound_htlc_preimages.push(preimage);
3710
-
value_to_self_msat_offset += htlc.amount_msat as i64;
log_trace!(logger, " ...not including outbound HTLC {} (hash {}) with value {} due to state ({})", htlc.htlc_id, &htlc.payment_hash, htlc.amount_msat, state_name);
0 commit comments