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 cfa0fe9 commit 878aaafCopy full SHA for 878aaaf
lightning/src/ln/onion_utils.rs
@@ -1725,8 +1725,8 @@ impl LocalHTLCFailureReason {
1725
Self::InvalidOnionPayload | Self::InvalidTrampolinePayload => PERM | 22,
1726
Self::MPPTimeout => 23,
1727
Self::InvalidOnionBlinding => BADONION | PERM | 24,
1728
- Self::TemporaryTrampolineFailure => PERM | 25,
1729
- Self::TrampolineFeeOrExpiryInsufficient => PERM | 26,
+ Self::TemporaryTrampolineFailure => NODE | 25,
+ Self::TrampolineFeeOrExpiryInsufficient => NODE | 26,
1730
Self::UnknownNextTrampoline => PERM | 27,
1731
Self::UnknownFailureCode { code } => *code,
1732
}
0 commit comments