We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b3ef4 commit c1fbb90Copy full SHA for c1fbb90
lightning/src/ln/channel.rs
@@ -2544,7 +2544,7 @@ impl FailHTLCContents for msgs::OnionErrorPacket {
2544
}
2545
2546
impl FailHTLCContents for ([u8; 32], u16) {
2547
- type Message = msgs::UpdateFailMalformedHTLC; // (failure_code, sha256_of_onion)
+ type Message = msgs::UpdateFailMalformedHTLC;
2548
fn to_message(self, htlc_id: u64, channel_id: ChannelId) -> Self::Message {
2549
msgs::UpdateFailMalformedHTLC {
2550
htlc_id,
0 commit comments