We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8126551 commit fa9ec7bCopy full SHA for fa9ec7b
test/functional/wallet_pruning.py
@@ -123,7 +123,7 @@ def run_test(self):
123
124
# A blk*.dat file is 128MB
125
# Generate 250 light blocks
126
- self.generate(self.nodes[0], 250, sync_fun=self.no_op)
+ self.generate(self.nodes[0], 250)
127
# Generate 50MB worth of large blocks in the blk00000.dat file
128
self.mine_large_blocks(self.nodes[0], 50)
129
0 commit comments