Add node reference to world state, this will in the future be used to link multiple transactions

pull/355/head
Joran Honig 6 years ago
parent 105053365f
commit cb74e187a4
  1. 1
      mythril/laser/ethereum/state.py

@ -167,6 +167,7 @@ class WorldState:
Constructor for the world state. Initializes the accounts record Constructor for the world state. Initializes the accounts record
""" """
self.accounts = {} self.accounts = {}
self.node = None
def __getitem__(self, item): def __getitem__(self, item):
""" """

Loading…
Cancel
Save