ts: tcs fix price display input to tx
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
3fda20e3da
commit
5bf737847f
|
@ -3692,7 +3692,9 @@ export class MangoClient {
|
|||
pricePremiumRate,
|
||||
allowCreatingDeposits,
|
||||
allowCreatingBorrows,
|
||||
displayPriceInSellTokenPerBuyToken,
|
||||
displayPriceInSellTokenPerBuyToken
|
||||
? TokenConditionalSwapDisplayPriceStyle.sellTokenPerBuyToken
|
||||
: TokenConditionalSwapDisplayPriceStyle.buyTokenPerSellToken,
|
||||
intention,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue