Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): wait for chainlock before mining a block we expect to incl…
…ude said chainlock Most of the time, while generating the cycle quorum, there is sufficient time to generate a chainlock; however, this is racey, and I've observed locally where the block gets generated before a chainlock is present and as such `test_coinbase_best_cl` fails. We should instead wait for the chainlock first, and then mine the block. This was we can ensure the mined block will include that chainlock. This was observed locally maybe 1/10 times or so
- Loading branch information