revert accidentally changed GasQuadDivisor
This commit is contained in:
parent
1937fd700d
commit
4fbc9727d8
|
@ -664,4 +664,4 @@ const
|
|||
# The Yellow Paper is special casing the GasQuadDivisor.
|
||||
# It is defined in Appendix G with the other GasFeeKind constants
|
||||
# instead of Appendix E for precompiled contracts
|
||||
GasQuadDivisor* = 100
|
||||
GasQuadDivisor* = 20
|
||||
|
|
|
@ -14,7 +14,7 @@ type
|
|||
paModExp,
|
||||
paEcAdd,
|
||||
paEcMul,
|
||||
paPairing
|
||||
paPairing,
|
||||
# Istanbul
|
||||
paBlake2bf = 9
|
||||
|
||||
|
|
Loading…
Reference in New Issue