error description update

pull/1344/head
Nikhil Parasaram 5 years ago committed by GitHub
parent b7a48d3a72
commit 8fac698b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/support/loader.py

@ -50,7 +50,7 @@ class DynLoader:
"""
if not self.active:
raise ValueError(
"Cannot load from the storage when the storage_loading flag is false"
"Cannot load from storage when the loader is disabled"
)
if not self.eth:
raise ValueError("Cannot load from the storage when eth is None")

Loading…
Cancel
Save