Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4597: Ensure there is at least one txn when calling `random_with_specifics()` r=rafal-ch a=rafal-ch This PR fixes the flakiness in `register_deploys_and_blocks()` test. When using the `CL_TEST_SEED=66ee5988281c41b543ce58bf618b9c65` it produced 0 additional transactions, which is interpreted by `random_with_specifics()` as "[create an arbitrary number of test transactions for me](https://github.com/casper-network/casper-node/blob/feat-2.0/node/src/types/block/finalized_block.rs#L130-L136)". This was causing a mismatch in the expected number of transactions. Co-authored-by: Rafał Chabowski <[email protected]>
- Loading branch information