Commit 96cd55dd authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent ce0df3b4
// +build !amd64,!arm64 generic
//nolint:unparam // 忽视本文件所有golangci-linter检查
package bn256
......
......@@ -18,7 +18,7 @@ const (
// Hash160Length Hash160格式的地址长度
Hash160Length = 20
// AddressLength 地址长度
// AddressLength 地址长度
AddressLength = 20
)
......
......@@ -26,6 +26,7 @@ type Stack struct {
func NewStack() *Stack {
return stackPool.Get().(*Stack)
}
// Returnstack 把用完的stack还给stackpool
func Returnstack(s *Stack) {
s.data = s.data[:0]
......
......@@ -355,7 +355,7 @@ const (
JUMPDEST
// BEGINSUB OP
BEGINSUB
// RETURNSUB op
// RETURNSUB op
RETURNSUB
// JUMPSUB op
JUMPSUB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment