Skip to content

Commit d9c557b

Browse files
el15066ESultanik
authored andcommitted
Add 'SHA3' to 'reads_from_memory'
1 parent 6feeb81 commit d9c557b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyevmasm/evmasm.py

+1
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ def writes_to_memory(self):
315315
def reads_from_memory(self):
316316
"""True if the instruction reads from memory"""
317317
return self.semantics in {
318+
"SHA3",
318319
"MLOAD",
319320
"CREATE",
320321
"CALL",

0 commit comments

Comments
 (0)