There was an error while loading. Please reload this page.
1 parent 31458e4 commit 034f135Copy full SHA for 034f135
1 file changed
token/services/ttx/random.go
@@ -34,4 +34,4 @@ func GetRandomBytes(length int) ([]byte, error) {
34
// GetRandomNonce returns a random byte array of length NonceSize
35
func GetRandomNonce() ([]byte, error) {
36
return GetRandomBytes(NonceSize)
37
-}
+}
0 commit comments