Skip to content

Commit

Permalink
Add method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 7, 2022
1 parent a3808dc commit 1c6e921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/vm/eips.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func enable3855(jt *JumpTable) {
}
}

// opPush0 implements the PUSH0 opcode
func opPush0(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byte, error) {
scope.Stack.push(new(uint256.Int))
return nil, nil
Expand Down

0 comments on commit 1c6e921

Please sign in to comment.