Skip to content

Commit

Permalink
fixup! feat(test): Add a new test to ensure proper signature checking
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzopalazzo committed Jul 15, 2023
1 parent eb7bbb4 commit ba026c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_bolt2-01-open_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,5 @@ def test_open_channel_opener_side_wrong_announcement_signatures(runner: Runner)
),
),
ExpectError(),
# BOLT 2: The channel is not practically usable until at least one side has
# announced its fee levels and expiry, using channel_update.
MustNotMsg("channel_update"),
]
run_runner(runner, merge_events_sequences(pre_events, test_events))

0 comments on commit ba026c3

Please sign in to comment.