mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update eips.go
This commit is contained in:
parent
34bb132b10
commit
4bca109a48
1 changed files with 1 additions and 0 deletions
|
|
@ -88,5 +88,6 @@ func opChainID(pc *uint64, interpreter *EVMInterpreter, contract *Contract, memo
|
||||||
|
|
||||||
// enable2200 applies EIP-2200 (Rebalance net-metered SSTORE)
|
// enable2200 applies EIP-2200 (Rebalance net-metered SSTORE)
|
||||||
func enable2200(jt *JumpTable) {
|
func enable2200(jt *JumpTable) {
|
||||||
|
jt[SLOAD].constantGas = params.SloadGasEIP1884
|
||||||
jt[SSTORE].dynamicGas = gasSStoreEIP2200
|
jt[SSTORE].dynamicGas = gasSStoreEIP2200
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue