Skip to content

Commit

Permalink
fix(iro): correct IRO claim denom (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTrustyDev authored Nov 13, 2024
1 parent 42e2184 commit d13488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/iro/keeper/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (k Keeper) Claim(ctx sdk.Context, planId string, claimer sdk.AccAddress) er
PlanId: planId,
RollappId: plan.RollappId,
Amount: availableTokens.Amount,
Denom: plan.GetIRODenom(),
Denom: plan.SettledDenom,
})
if err != nil {
return err
Expand Down

0 comments on commit d13488c

Please sign in to comment.