Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Dec 20, 2024
1 parent ae78769 commit 23f3749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions emission/emission.gno
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"gno.land/p/demo/ufmt"

"gno.land/r/gnoswap/v1/common"
"gno.land/r/gnoswap/v1/consts"
"gno.land/r/gnoswap/v1/gns"
)

Expand Down
2 changes: 1 addition & 1 deletion emission/mint_gns.gno
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ var emissionAddr std.Address = consts.EMISSION_ADDR

// mintGns mints GNS to emission address
func mintGns() uint64 {
return gns.Mint(a2u(emissionAddr))
return gns.MintGns(a2u(emissionAddr))
}

0 comments on commit 23f3749

Please sign in to comment.