mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-02 22:42:22 +02:00
test: Fix intermittent sync issue in wallet_pruning
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user