diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-09-06 13:50:28 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-10-08 14:23:37 +0200 |
commit | fa135a13b8ddaa117bd090ec43a3eab3a95755c1 (patch) | |
tree | 1e00b8d0369a9f2562b96ed5a0bc960b740010b9 /test/functional | |
parent | b337bd7bc0873ace317ad8e1ebbd3842da3f81d5 (diff) |
Revert "test: Add missing sync_all to wallet_balance test"
This reverts commit fa815255c70d32809aac640db4a8762c7d71e8db.
The underlying bug has been fixed in commit f77b1de16feee097a88e99d2ecdd4d84beb4f915.
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/wallet_balance.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/wallet_balance.py b/test/functional/wallet_balance.py index e4989b4fea..8652328490 100755 --- a/test/functional/wallet_balance.py +++ b/test/functional/wallet_balance.py @@ -254,8 +254,6 @@ class WalletTest(BitcoinTestFramework): self.log.info('Put txs back into mempool of node 1 (not node 0)') self.nodes[0].invalidateblock(block_reorg) self.nodes[1].invalidateblock(block_reorg) - self.sync_blocks() - self.nodes[0].syncwithvalidationinterfacequeue() assert_equal(self.nodes[0].getbalance(minconf=0), 0) # wallet txs not in the mempool are untrusted self.nodes[0].generatetoaddress(1, ADDRESS_WATCHONLY) assert_equal(self.nodes[0].getbalance(minconf=0), 0) # wallet txs not in the mempool are untrusted |