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 b337bd7 commit fa135a1Copy full SHA for fa135a1
test/functional/wallet_balance.py
@@ -254,8 +254,6 @@ def test_balances(*, fee_node_1=0):
254
self.log.info('Put txs back into mempool of node 1 (not node 0)')
255
self.nodes[0].invalidateblock(block_reorg)
256
self.nodes[1].invalidateblock(block_reorg)
257
- self.sync_blocks()
258
- self.nodes[0].syncwithvalidationinterfacequeue()
259
assert_equal(self.nodes[0].getbalance(minconf=0), 0) # wallet txs not in the mempool are untrusted
260
self.nodes[0].generatetoaddress(1, ADDRESS_WATCHONLY)
261
0 commit comments