We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32f18a commit 06fb53bCopy full SHA for 06fb53b
pyevmasm/evmasm.py
@@ -873,7 +873,7 @@ def __repr__(self):
873
'spurious_dragon': spurious_dragon_instruction_table,
874
'byzantium': byzantium_instruction_table,
875
'constantinople': constantinople_instruction_table,
876
-'petersburg': constantinople_instruction_table,
+'petersburg': constantinople_instruction_table, # constantinople table is intentional here: those two are aliases
877
'serenity': serenity_instruction_table,
878
}
879
0 commit comments