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 4f84130 commit f15cc8cCopy full SHA for f15cc8c
lightning/src/ln/priv_short_conf_tests.rs
@@ -454,6 +454,9 @@ fn test_inbound_scid_alias() {
454
455
#[test]
456
fn test_scid_alias_returned() {
457
+ // Tests that when we fail an HTLC (in this case due to attempting to forward more than the
458
+ // channel's available balance) we use the correct (in this case the aliased) SCID in the
459
+ // channel_update which is returned in the onion to the sender.
460
let chanmon_cfgs = create_chanmon_cfgs(3);
461
let node_cfgs = create_node_cfgs(3, &chanmon_cfgs);
462
let mut accept_forward_cfg = test_default_channel_config();
0 commit comments