Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] wait for inital broadcast to complete before comparing mempool…
… entries - mempool entry 'unbroadcast' field changes when initial broadcast is complete, so anytime you want to compare mempool entries, wait for initial broadcast to complete ('unbroadcast' = False) otherwise it may change in between calls - mempool_packages.py needs to do this especially because it compares entries as a whole and compares getrawmempool with getmempoolentry
- Loading branch information