-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix test of double-spend illegality
Fix a test verifying that a double-spend over two blocks is illegal and does not pass the block validity check. This test was broken by the update that disallowed the update of coinbase transactions, as the previous implementation of this test reused a coinbase transaction (with inputs -- so merged with a regular tx) for its update target.
- Loading branch information
1 parent
04e247d
commit 0506c9d
Showing
2 changed files
with
107 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters