Skip to content

Commit c1fbb90

Browse files
Remove outdated comment.
1 parent 95b3ef4 commit c1fbb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2544,7 +2544,7 @@ impl FailHTLCContents for msgs::OnionErrorPacket {
25442544
}
25452545
}
25462546
impl FailHTLCContents for ([u8; 32], u16) {
2547-
type Message = msgs::UpdateFailMalformedHTLC; // (failure_code, sha256_of_onion)
2547+
type Message = msgs::UpdateFailMalformedHTLC;
25482548
fn to_message(self, htlc_id: u64, channel_id: ChannelId) -> Self::Message {
25492549
msgs::UpdateFailMalformedHTLC {
25502550
htlc_id,

0 commit comments

Comments
 (0)