Send the transaction count to the Analyzer (#998)

pull/1016/head
Nikhil Parasaram 6 years ago committed by GitHub
parent 0ff82e7e7e
commit 5b2dbd9b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      mythril/interfaces/cli.py

@ -433,6 +433,7 @@ def execute_command(
contract=analyzer.contracts[0],
enable_physics=args.enable_physics,
phrackify=args.phrack,
transaction_count=args.transaction_count,
)
try:

Loading…
Cancel
Save