Skip to content

Commit 9fd20f5

Browse files
committed
f - Revert commented out assertion
1 parent 76962bb commit 9fd20f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,7 @@ macro_rules! expect_payment_failed_with_update {
10491049
match network_update {
10501050
&Some(NetworkUpdate::ChannelUpdateMessage { ref msg }) if !$chan_closed => {
10511051
assert_eq!(msg.contents.short_channel_id, $scid);
1052-
// TODO: Fails for htlc_fail_async_shutdown
1053-
//assert_eq!(msg.contents.flags & 2, 0);
1052+
assert_eq!(msg.contents.flags & 2, 0);
10541053
},
10551054
&Some(NetworkUpdate::ChannelClosed { short_channel_id, is_permanent }) if $chan_closed => {
10561055
assert_eq!(short_channel_id, $scid);

0 commit comments

Comments
 (0)