forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 4
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 - P2PTxInvStore can help track tx broadcast but needs to send msg_getdata for invs - mempool_packages.py needs to wait especially because it compares entries as a whole with getrawmempool and getmempoolentry
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 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
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