Skip to content

Commit 8aacdd9

Browse files
committed
remove obsolete comment
1 parent 6cb8fa3 commit 8aacdd9

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
@@ -8002,8 +8002,6 @@ where
80028002
outgoing_amt_msat: amt_to_forward, outgoing_cltv_value
80038003
}
80048004
},
8005-
// We'll do receive checks in [`Self::construct_pending_htlc_info`] so we have access to the
8006-
// inbound channel's state.
80078005
onion_utils::Hop::Receive { .. } => return Ok((next_hop, shared_secret, None)),
80088006
onion_utils::Hop::Forward { next_hop_data: msgs::InboundOnionPayload::Receive { .. }, .. } |
80098007
onion_utils::Hop::Forward { next_hop_data: msgs::InboundOnionPayload::BlindedReceive { .. }, .. } =>

0 commit comments

Comments
 (0)