Skip to content

Commit 20cdaf9

Browse files
realleseeSamWilsn
authored andcommitted
Remove redundant set_account call in json_to_state
1 parent 58d6dca commit 20cdaf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/helpers/load_vm_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ def json_to_state(self, raw: Any) -> Any:
199199
U256.from_be_bytes(hex_to_bytes32(v)),
200200
)
201201

202-
self.set_account(state, addr, account)
203-
204202
return state
205203

206204
def json_to_addrs(self, raw: Any) -> List[Any]:

0 commit comments

Comments
 (0)