Skip to content

Commit

Permalink
Merge branch 'mconcat/refactor-emission-part-1' of https://github.com…
Browse files Browse the repository at this point in the history
…/gnoswap-labs/gnoswap into mconcat/refactor-emission-part-1
  • Loading branch information
notJoon committed Dec 30, 2024
2 parents bc7046c + 15faa92 commit cf77377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staker/_helper_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ func getNumPoolTiers(t *testing.T) (uint64, uint64, uint64) {
tier2Num := poolTier.count[2].tree.Size()
tier3Num := poolTier.count[3].tree.Size()

return tier1Num, tier2Num, tier3Num
return uint64(tier1Num), uint64(tier2Num), uint64(tier3Num)
}

func getRewardRatio(t *testing.T, height int64) uint64 {
Expand Down

0 comments on commit cf77377

Please sign in to comment.