Skip to content

Commit fa135a1

Browse files
author
MarcoFalke
committed
Revert "test: Add missing sync_all to wallet_balance test"
This reverts commit fa81525. The underlying bug has been fixed in commit f77b1de.
1 parent b337bd7 commit fa135a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/wallet_balance.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ def test_balances(*, fee_node_1=0):
254254
self.log.info('Put txs back into mempool of node 1 (not node 0)')
255255
self.nodes[0].invalidateblock(block_reorg)
256256
self.nodes[1].invalidateblock(block_reorg)
257-
self.sync_blocks()
258-
self.nodes[0].syncwithvalidationinterfacequeue()
259257
assert_equal(self.nodes[0].getbalance(minconf=0), 0) # wallet txs not in the mempool are untrusted
260258
self.nodes[0].generatetoaddress(1, ADDRESS_WATCHONLY)
261259
assert_equal(self.nodes[0].getbalance(minconf=0), 0) # wallet txs not in the mempool are untrusted

0 commit comments

Comments
 (0)