forked from tari-project/tari
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tari-project#3018: [tests] Fix block_event_and_reorg_event_hand…
…ling test This PR fix 3 issues that were failing: The coinbase_lock_height is 2, so we had to add one empty block to be able to process the UTXO. The TXs were discarded because their input was invalid. Solution was to move it after the processing of the block1. Removal of assert_eq, there is proper one async_assert_eventually.
- Loading branch information
1 parent
18cc8df
commit f512982
Showing
1 changed file
with
36 additions
and
28 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