]> Git Repo - VerusCoin.git/commit
Fix an issue where qa test wallet_shieldcoinbase could hang.
authorSimon <[email protected]>
Fri, 3 Nov 2017 07:39:23 +0000 (00:39 -0700)
committerSimon <[email protected]>
Fri, 3 Nov 2017 07:39:23 +0000 (00:39 -0700)
commit337bca8125d89a0b9195a8787164e8b59435b5cf
treead3191eda0809040d4fbce45a68605a2d2e2b376
parent3775ac5250bd3f195049a3a98aa7a39492649ac5
Fix an issue where qa test wallet_shieldcoinbase could hang.

The mempool was not synced so a block could be generated and not
clear out the mempool.  This would then cause subsequent code
which expected the mempool of all nodes to be empty to hang.
qa/rpc-tests/wallet_shieldcoinbase.py
This page took 0.025262 seconds and 4 git commands to generate.