Auto merge of #2897 - str4d:2892-zkey-rpc-bugfix, r=str4d

zkey_import_export: Synchronize mempools before mining

Resolves a race condition that caused the RPC test to intermittently fail.

Closes #2892.
This commit is contained in:
Homu 2018-01-22 14:11:50 -08:00
commit b4a20ae5ac
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ class ZkeyImportExportTest (BitcoinTestFramework):
alice_zaddr = alice.z_getnewaddress()
res = alice.z_shieldcoinbase("*", alice_zaddr)
self.wait_and_assert_operationid_status(alice, res['opid'])
miner.generate(6)
self.sync_all()
miner.generate(1)
self.sync_all()
# Now get a pristine z-address for receiving transfers: