Skip to content

Commit

Permalink
fix: Use msg token amount as fee amount for gmp ibc transfer (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari authored Dec 13, 2023
1 parent 7835c97 commit 66acbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gmp/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (k Keeper) BuildGmpRequest(
Payload: payload,
Type: types.TypeGeneralMessage,
Fee: &types.GmpFee{
Amount: "1000000",
Amount: msg.Token.Amount.String(),
Recipient: params.FeeRecipient,
},
}
Expand Down

0 comments on commit 66acbcd

Please sign in to comment.