mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 18:51:15 +02:00
test: Remove unnecessary sync_blocks in assumeutxo tests
The nodes are not connected at this point and no blocks have been mined, so it does not seem do anything
This commit is contained in:
@ -62,8 +62,6 @@ class AssumeutxoTest(BitcoinTestFramework):
|
||||
for n in self.nodes:
|
||||
n.setmocktime(n.getblockheader(n.getbestblockhash())['time'])
|
||||
|
||||
self.sync_blocks()
|
||||
|
||||
n0.createwallet('w')
|
||||
w = n0.get_wallet_rpc("w")
|
||||
|
||||
|
Reference in New Issue
Block a user