Check if item is symbolic first.

pull/1192/head
palkeo 5 years ago
parent 04d295b329
commit a9fd342baf
  1. 2
      mythril/laser/ethereum/state/account.py

@ -79,8 +79,8 @@ class Storage:
if (
self.address
and self.address.value != 0
and int(item.value) not in self.storage_keys_loaded
and item.symbolic is False
and int(item.value) not in self.storage_keys_loaded
and (self.dynld and self.dynld.storage_loading)
):
try:

Loading…
Cancel
Save