From 24ae6b55f4396fca5d4c60d50cdade0e5caec34c Mon Sep 17 00:00:00 2001 From: Aleksandr Sobolev Date: Sat, 20 Oct 2018 17:48:49 +0600 Subject: [PATCH] Change error wording --- mythril/laser/ethereum/svm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/laser/ethereum/svm.py b/mythril/laser/ethereum/svm.py index f1bd80b5..ed5f5724 100644 --- a/mythril/laser/ethereum/svm.py +++ b/mythril/laser/ethereum/svm.py @@ -74,7 +74,7 @@ class LaserEVM: logging.info("Finished contract creation, found {} open states".format(len(self.open_states))) if len(self.open_states) == 0: logging.warning("No contract was created during the execution of contract creation " - "Increase the resources for creation execution (--max-depth or --create_timeout)") + "Increase the resources for creation execution (--max-depth or --create-timeout)") # Reset code coverage self.coverage = {}