We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7de2c commit 36718d5Copy full SHA for 36718d5
1 file changed
core/vm/program/program.go
@@ -53,7 +53,7 @@ func (p *Program) add(op byte) *Program {
53
return p
54
}
55
56
-// pushBig creates a PUSHX instruction and pushes the given val.
+// doPush creates a PUSHX instruction and pushes the given val.
57
// - If the val is nil, it pushes zero
58
// - If the val is bigger than 32 bytes, it panics
59
func (p *Program) doPush(val *uint256.Int) {
0 commit comments