Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Dec 19, 2024
1 parent 44ae66b commit fa715ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _deploy/r/gnoswap/gnft/utils.gno
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
pusers "gno.land/p/demo/users"
)

func getPrev() (string, string) {
func getPrevAsString() (string, string) {
prev := std.PrevRealm()
return prev.Addr().String(), prev.PkgPath()
}
Expand Down

0 comments on commit fa715ec

Please sign in to comment.