mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 11:25:02 +00:00
sha3 stack check
This commit is contained in:
parent
109b27b552
commit
516ec28544
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ var _baseCheck = map[OpCode]req{
|
|||
EXTCODECOPY: {4, GasExtStep, false},
|
||||
SLOAD: {1, GasStorageGet, true},
|
||||
SSTORE: {2, Zero, false},
|
||||
SHA3: {1, GasSha3Base, true},
|
||||
SHA3: {2, GasSha3Base, true},
|
||||
CREATE: {3, GasCreate, true},
|
||||
CALL: {7, GasCall, true},
|
||||
CALLCODE: {7, GasCall, true},
|
||||
|
|
|
|||
Loading…
Reference in a new issue