mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-03-09 19:34:29 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
package neotest
|
|
|
|
var _nonce uint32
|
|
|
|
func nonce() uint32 {
|
|
_nonce++
|
|
return _nonce
|
|
}
|