Merge branch 'develop' into annotations_to_union

pull/1121/head
Bernhard Mueller 5 years ago
commit 47626e771d
  1. 2
      mythril/interfaces/cli.py

@ -329,7 +329,7 @@ def create_analyzer_parser(analyzer_parser: ArgumentParser):
"-b", "-b",
"--loop-bound", "--loop-bound",
type=int, type=int,
default=4, default=2,
help="Bound loops at n iterations", help="Bound loops at n iterations",
metavar="N", metavar="N",
) )

Loading…
Cancel
Save