Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(controlled_edge_nonce) Increase nonce above 1000 (#3209)
Currently we use as an heuristic edge nonce increase of at most 1000. This test detects that a node doesn't accept higher increases, i.e. nonce should be > 1000. Fixes #3166 Test plan ======== controlled_edge_nonce.py should pass
- Loading branch information