Skip to content

Commit 378885d

Browse files
committed
remove obsolete comment
1 parent 4b5db8c commit 378885d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8006,8 +8006,6 @@ where
80068006
outgoing_amt_msat: amt_to_forward, outgoing_cltv_value
80078007
}
80088008
},
8009-
// We'll do receive checks in [`Self::construct_pending_htlc_info`] so we have access to the
8010-
// inbound channel's state.
80118009
onion_utils::Hop::Receive { .. } => return Ok((next_hop, shared_secret, None)),
80128010
onion_utils::Hop::Forward { next_hop_data: msgs::InboundOnionPayload::Receive { .. }, .. } |
80138011
onion_utils::Hop::Forward { next_hop_data: msgs::InboundOnionPayload::BlindedReceive { .. }, .. } =>

0 commit comments

Comments
 (0)