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 76962bb commit 9fd20f5Copy full SHA for 9fd20f5
lightning/src/ln/functional_test_utils.rs
@@ -1049,8 +1049,7 @@ macro_rules! expect_payment_failed_with_update {
1049
match network_update {
1050
&Some(NetworkUpdate::ChannelUpdateMessage { ref msg }) if !$chan_closed => {
1051
assert_eq!(msg.contents.short_channel_id, $scid);
1052
- // TODO: Fails for htlc_fail_async_shutdown
1053
- //assert_eq!(msg.contents.flags & 2, 0);
+ assert_eq!(msg.contents.flags & 2, 0);
1054
},
1055
&Some(NetworkUpdate::ChannelClosed { short_channel_id, is_permanent }) if $chan_closed => {
1056
assert_eq!(short_channel_id, $scid);
0 commit comments