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 6251819 commit ecc260a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_bolt2-01-open_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
ExpectMsg,
ExpectTx,
ExpectError,
MustNotMsg,
Msg,
RawMsg,
AcceptFunding,
Expand Down Expand Up @@ -330,8 +329,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 ecc260a

Please sign in to comment.