Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit a19c47e

Browse files
committed
Merge pull request #243 from maurycyp/develop
Update "outs" counts for RETURN and SUICIDE opcodes
2 parents 7519e7c + e0f1356 commit a19c47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethereum/opcodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
0xf0: ['CREATE', 3, 1, 32000],
6565
0xf1: ['CALL', 7, 1, 40],
6666
0xf2: ['CALLCODE', 7, 1, 40],
67-
0xf3: ['RETURN', 2, 1, 0],
68-
0xff: ['SUICIDE', 1, 1, 0],
67+
0xf3: ['RETURN', 2, 0, 0],
68+
0xff: ['SUICIDE', 1, 0, 0],
6969
}
7070

7171
for i in range(1, 33):

0 commit comments

Comments
 (0)