Skip to content

Commit

Permalink
change symbolic-constructor flag to symbolic-immutables (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru authored Aug 14, 2024
1 parent c4ed5b2 commit 01bf46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kevm-pyk/src/kevm_pyk/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,11 +1087,11 @@ def explore_args(self) -> ArgumentParser:
help='Store a node for every EVM basic block (implies --break-on-calls).',
)
args.add_argument(
'--symbolic-constructor',
'--symbolic-immutables',
dest='break_on_load_program',
default=None,
action='store_true',
help='Enable support for symbolic parameters in Solidity constructor code.',
help='Enable support for symbolic immutable variables in Solidity code.',
)
args.add_argument(
'--max-depth',
Expand Down

0 comments on commit 01bf46d

Please sign in to comment.