Skip to content

Commit

Permalink
test: Fix intermittent sync issue in wallet_pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Feb 13, 2023
1 parent 8126551 commit f78eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_pruning.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f78eef7

Please sign in to comment.