mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: Fix intermittent sync issue in wallet_pruning
This commit is contained in:
parent
8126551d54
commit
fa9ec7b0fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue