diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-02-13 17:48:33 +0100 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-02-13 17:32:42 +0100 |
commit | fa9ec7b0fecd198d3b659d5197c6032416b1551f (patch) | |
tree | 8919db6535e65d4a75b2b51487cc7f8a1b3121cf /test/functional/wallet_pruning.py | |
parent | 8126551d54ffd290ed5767248be4b3d19243787b (diff) |
test: Fix intermittent sync issue in wallet_pruning
Diffstat (limited to 'test/functional/wallet_pruning.py')
-rwxr-xr-x | test/functional/wallet_pruning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_pruning.py b/test/functional/wallet_pruning.py index 504014f839..1ceceaee93 100755 --- a/test/functional/wallet_pruning.py +++ b/test/functional/wallet_pruning.py @@ -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) |