Skip to content

Commit

Permalink
add fee
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Dec 12, 2024
1 parent 7890154 commit 7cb0e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/tunnel/keeper/keeper_tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ func (k Keeper) GetRouteFee(ctx sdk.Context, route types.RouteI) (sdk.Coins, err
return k.bandtssKeeper.GetSigningFee(ctx)
case *types.IBCRoute:
return sdk.Coins{}, nil
case *types.RouterRoute:
return sdk.Coins{}, nil
default:
return sdk.Coins{}, types.ErrInvalidRoute
}
Expand Down

0 comments on commit 7cb0e47

Please sign in to comment.