Fix remaining usage of storage_loading

pull/1344/head
Bernhard Mueller 5 years ago
parent 1d6a8a6767
commit b7a48d3a72
  1. 2
      mythril/support/loader.py

@ -48,7 +48,7 @@ class DynLoader:
:param address:
:return:
"""
if not self.storage_loading:
if not self.active:
raise ValueError(
"Cannot load from the storage when the storage_loading flag is false"
)

Loading…
Cancel
Save