neo-go/pkg/neotest/account.go

9 lines
85 B
Go
Raw Normal View History

package neotest
var _nonce uint32
func nonce() uint32 {
_nonce++
return _nonce
}