mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-20 22:04:19 +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
|
# A blk*.dat file is 128MB
|
||||||
# Generate 250 light blocks
|
# 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
|
# Generate 50MB worth of large blocks in the blk00000.dat file
|
||||||
self.mine_large_blocks(self.nodes[0], 50)
|
self.mine_large_blocks(self.nodes[0], 50)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user