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.
1 parent b5d1b10 commit 7e615f5Copy full SHA for 7e615f5
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