mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 21:12:29 +02:00
test: Fix intermittent sync issue in wallet_pruning
This commit is contained in:
parent
8126551d54
commit
fa9ec7b0fe
@ -123,7 +123,7 @@ class WalletPruningTest(BitcoinTestFramework):
|
||||
|
||||
# A blk*.dat file is 128MB
|
||||
# Generate 250 light blocks
|
||||
self.generate(self.nodes[0], 250, sync_fun=self.no_op)
|
||||
self.generate(self.nodes[0], 250)
|
||||
# Generate 50MB worth of large blocks in the blk00000.dat file
|
||||
self.mine_large_blocks(self.nodes[0], 50)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user