Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RustNinja committed Apr 29, 2024
1 parent f800b2c commit be273fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/ibctransfermiddleware/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (k Keeper) GetSequenceFee(ctx sdk.Context, sequence uint64) (coin sdk.Coin,
fee := types.MustUnmarshalCoin(k.cdc, value)
return fee, true
}

func (k Keeper) SetSequenceFee(ctx sdk.Context, sequence uint64, coin sdk.Coin) {
store := ctx.KVStore(k.storeKey)
store.Set(types.GetSequenceKey(sequence), types.MustMarshalCoin(k.cdc, &coin))
Expand Down

0 comments on commit be273fa

Please sign in to comment.