Skip to content

Commit

Permalink
Set default step-limit to None
Browse files Browse the repository at this point in the history
  • Loading branch information
inwonkim committed Nov 30, 2021
1 parent 6f2dd37 commit 6a62727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preptools/command/proposal_setting_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def create_tx_parser() -> argparse.ArgumentParser:
"--step-limit", "-s",
type=str_to_int,
required=False,
default="0x50000000",
default=None,
dest="step_limit",
help="step limit to set"
)
Expand Down

0 comments on commit 6a62727

Please sign in to comment.