Skip to content

Commit

Permalink
feature_dbcrash.py using blockmaxsize instead of blockmaxweight that …
Browse files Browse the repository at this point in the history
…we currently don't support.
  • Loading branch information
furszy committed Feb 24, 2021
1 parent 00cc6ec commit ded2e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_dbcrash.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def set_test_params(self):
self.node2_args = ["-dbcrashratio=24", "-dbcache=16", "-dbbatchsize=200000"] + self.base_args

# Node3 is a normal node with default args, except will mine full blocks
self.node3_args = ["-blockmaxweight=4000000"] + self.chain_params # future: back port blockmaxweight
self.node3_args = ["-blockmaxsize=1999000"] + self.chain_params # future: back port blockmaxweight
self.extra_args = [self.node0_args, self.node1_args, self.node2_args, self.node3_args]

def setup_network(self):
Expand Down

0 comments on commit ded2e8e

Please sign in to comment.