core/vm: fix Byzantium address list (#22603)

This commit is contained in:
nebojsa94
2021-03-30 16:38:53 +03:00
committed by GitHub
parent 59ac3c9fd3
commit 44fe466999
+1 -1
View File
@@ -118,7 +118,7 @@ func init() {
PrecompiledAddressesHomestead = append(PrecompiledAddressesHomestead, k)
}
for k := range PrecompiledContractsByzantium {
PrecompiledAddressesHomestead = append(PrecompiledAddressesByzantium, k)
PrecompiledAddressesByzantium = append(PrecompiledAddressesByzantium, k)
}
for k := range PrecompiledContractsIstanbul {
PrecompiledAddressesIstanbul = append(PrecompiledAddressesIstanbul, k)