From fa9ec7b0fecd198d3b659d5197c6032416b1551f Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 13 Feb 2023 17:48:33 +0100 Subject: [PATCH] test: Fix intermittent sync issue in wallet_pruning --- test/functional/wallet_pruning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def run_test(self): # 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)