Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 79ab5e8

Browse files
authored
Add SELFDESTRUCT to banned opcodes (#84)
1 parent 26551c2 commit 79ab5e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/entrypoint/simulateutils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ var (
5454
"GAS",
5555
"CREATE",
5656
"COINBASE",
57+
"SELFDESTRUCT",
5758
)
5859

5960
revertOpCode = "REVERT"

0 commit comments

Comments
 (0)