Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyhyde committed Jan 9, 2025
1 parent fe3922a commit b984be2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions staker/manage_pool_tier_and_warmup.gno
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ func pctToIndex(pct int64) int {
return 2
case 100:
return 3
default:
panic(ufmt.Sprintf("invalid pct(%d)", pct))
}
}

Expand Down

0 comments on commit b984be2

Please sign in to comment.