Another error description update

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

@ -53,7 +53,7 @@ class DynLoader:
"Cannot load from storage when the loader is disabled"
)
if not self.eth:
raise ValueError("Cannot load from the storage when eth is None")
raise ValueError("Cannot load from the chain when eth is None")
return self.eth.eth_getBalance(address)

Loading…
Cancel
Save