Skip to content

Commit 06fb53b

Browse files
authored
Update evmasm.py
1 parent f32f18a commit 06fb53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyevmasm/evmasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def __repr__(self):
873873
'spurious_dragon': spurious_dragon_instruction_table,
874874
'byzantium': byzantium_instruction_table,
875875
'constantinople': constantinople_instruction_table,
876-
'petersburg': constantinople_instruction_table,
876+
'petersburg': constantinople_instruction_table, # constantinople table is intentional here: those two are aliases
877877
'serenity': serenity_instruction_table,
878878
}
879879

0 commit comments

Comments
 (0)