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 728ab01 commit 54f18b8Copy full SHA for 54f18b8
lightning/src/ln/onion_utils.rs
@@ -1287,7 +1287,7 @@ where
1287
1288
// indicate that payment parameter has failed and no need to update Route object
1289
let payment_failed = match error_code & 0xff {
1290
- 15 | 16 | 17 | 18 | 19 | 23 => true,
+ 15 | 18 | 19 | 23 => true,
1291
_ => false,
1292
} && is_from_final_non_blinded_node; // PERM bit observed below even if this error is from the intermediate nodes
1293
0 commit comments