We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f9e67a + 7e615f5 commit fe042dbCopy full SHA for fe042db
qa/rpc-tests/receivedby.py
@@ -124,6 +124,7 @@ def run_test(self):
124
balance_by_account = rec_by_accountArr = self.nodes[1].getreceivedbyaccount(account)
125
126
txid = self.nodes[0].sendtoaddress(addr, 0.1)
127
+ self.sync_all()
128
129
# listreceivedbyaccount should return received_by_account_json because of 0 confirmations
130
check_array_result(self.nodes[1].listreceivedbyaccount(),
0 commit comments