Skip to content

Commit fa9ec7b

Browse files
author
MarcoFalke
committed
test: Fix intermittent sync issue in wallet_pruning
1 parent 8126551 commit fa9ec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_pruning.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def run_test(self):
123123

124124
# A blk*.dat file is 128MB
125125
# Generate 250 light blocks
126-
self.generate(self.nodes[0], 250, sync_fun=self.no_op)
126+
self.generate(self.nodes[0], 250)
127127
# Generate 50MB worth of large blocks in the blk00000.dat file
128128
self.mine_large_blocks(self.nodes[0], 50)
129129

0 commit comments

Comments
 (0)