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 7400135 commit fa81525Copy full SHA for fa81525
test/functional/wallet_balance.py
@@ -203,6 +203,8 @@ def test_balances(*, fee_node_1=0):
203
self.log.info('Put txs back into mempool of node 1 (not node 0)')
204
self.nodes[0].invalidateblock(block_reorg)
205
self.nodes[1].invalidateblock(block_reorg)
206
+ self.sync_blocks()
207
+ self.nodes[0].syncwithvalidationinterfacequeue()
208
assert_equal(self.nodes[0].getbalance(minconf=0), 0) # wallet txs not in the mempool are untrusted
209
self.nodes[0].generatetoaddress(1, ADDRESS_WATCHONLY)
210
0 commit comments