Skip to content

Commit

Permalink
Update _deploy/r/gnoswap/gnft/gnft.gno
Browse files Browse the repository at this point in the history
Co-authored-by: Dongwon <[email protected]>
  • Loading branch information
r3v4s and dongwon8247 authored Dec 19, 2024
1 parent fa715ec commit f2d90a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _deploy/r/gnoswap/gnft/gnft.gno
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func SetTokenURILast() error {
// generateRandInstnace generates a new random instance
// Returns:
// - *rand.Rand: A new random instance
func generateRandInstnace() *rand.Rand {
func generateRandInstance() *rand.Rand {
seed1 := uint64(time.Now().Unix())
seed2 := uint64(time.Now().UnixNano())
pcg := rand.NewPCG(seed1, seed2)
Expand Down

0 comments on commit f2d90a9

Please sign in to comment.