0
0
Fork 0
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:
MarcoFalke 2023-02-13 17:48:33 +01:00
parent 8126551d54
commit fa9ec7b0fe
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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)