Merge af49d86dd7 into merged_master (Bitcoin PR bitcoin/bitcoin#27093)

This commit is contained in:
Byron Hambly 2025-04-05 17:24:59 +02:00
commit c40ebd7cba

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)