Fix type hint for LaserEVM.accounts

pull/632/head
Dominik Muhs 6 years ago
parent 50fbf29c90
commit 856147c5b1
  1. 2
      mythril/laser/ethereum/svm.py

@ -77,7 +77,7 @@ class LaserEVM:
)
@property
def accounts(self) -> List[Account]:
def accounts(self) -> Dict[str, Account]:
return self.world_state.accounts
def sym_exec(

Loading…
Cancel
Save