diff options
| author | Gavin Andresen <[email protected]> | 2014-11-24 10:27:05 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-11-24 10:27:37 -0500 |
| commit | fe042dbe9f92f4bf004e3fbb8cc4a9ebdfbdfcb7 (patch) | |
| tree | ef05afaadfceded2348082020210dc98e9c1136a | |
| parent | Merge pull request #5358 (diff) | |
| parent | Fixed mempool sync after sending a transaction (diff) | |
| download | discoin-fe042dbe9f92f4bf004e3fbb8cc4a9ebdfbdfcb7.tar.xz discoin-fe042dbe9f92f4bf004e3fbb8cc4a9ebdfbdfcb7.zip | |
Merge pull request #5335
7e615f5 Fixed mempool sync after sending a transaction (Suhas Daftuar)
| -rwxr-xr-x | qa/rpc-tests/receivedby.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/receivedby.py b/qa/rpc-tests/receivedby.py index 9fc661fe8..e3f86d38d 100755 --- a/qa/rpc-tests/receivedby.py +++ b/qa/rpc-tests/receivedby.py @@ -124,6 +124,7 @@ class ReceivedByTest(BitcoinTestFramework): balance_by_account = rec_by_accountArr = self.nodes[1].getreceivedbyaccount(account) txid = self.nodes[0].sendtoaddress(addr, 0.1) + self.sync_all() # listreceivedbyaccount should return received_by_account_json because of 0 confirmations check_array_result(self.nodes[1].listreceivedbyaccount(), |