Skip to content

Commit

Permalink
[Pereptual]: Fix (#887)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
amityadav0 authored Oct 28, 2024
1 parent b40916a commit d5d5f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/perpetual/keeper/mtp.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (k Keeper) fillMTPData(ctx sdk.Context, mtp types.MTP, baseCurrency string)
return &types.MtpAndPrice{
Mtp: &mtp,
TradingAssetPrice: tradingAssetPrice,
Pnl: sdk.NewCoin(baseCurrency, pnl),
Pnl: sdk.Coin{baseCurrency, pnl},
LiquidationPrice: liquidationPrice,
EffectiveLeverage: effectiveLeverage,
Fees: &types.Fees{
Expand Down

0 comments on commit d5d5f24

Please sign in to comment.