mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update core/vm/instructions.go
Co-authored-by: jwasinger <j-wasinger@hotmail.com>
This commit is contained in:
parent
787df0f39e
commit
6ab7639a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ func opPush1(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]by
|
|||
return nil, nil
|
||||
}
|
||||
|
||||
// opPush1 is a specialized version of pushN
|
||||
// opPush2 is a specialized version of pushN
|
||||
func opPush2(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byte, error) {
|
||||
var (
|
||||
codeLen = uint64(len(scope.Contract.Code))
|
||||
|
|
|
|||
Loading…
Reference in a new issue