Skip to content

Commit de2cbac

Browse files
committed
f Revert incorrectly-changed failure code
1 parent 9bbf5e3 commit de2cbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ impl<ChanSigner: ChannelKeys, M: Deref, T: Deref, K: Deref, F: Deref> ChannelMan
14571457
incoming_packet_shared_secret: forward_info.incoming_shared_secret,
14581458
});
14591459
failed_forwards.push((htlc_source, forward_info.payment_hash,
1460-
HTLCFailReason::Reason { failure_code: 0x1000 | 7, data: Vec::new() }
1460+
HTLCFailReason::Reason { failure_code: 0x4000 | 10, data: Vec::new() }
14611461
));
14621462
},
14631463
HTLCForwardInfo::FailHTLC { .. } => {

0 commit comments

Comments
 (0)