mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
Revert "test: Add missing sync_all to wallet_balance test"
This reverts commitfa815255c7
. The underlying bug has been fixed in commitf77b1de16f
.
This commit is contained in:
parent
b337bd7bc0
commit
fa135a13b8
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue