fix swap projected health
This commit is contained in:
parent
7a736158f7
commit
7e5e3e4d51
|
@ -227,7 +227,7 @@ const SwapForm = () => {
|
|||
},
|
||||
{
|
||||
mintPk: outputBank.mint,
|
||||
uiTokenAmount: amountInAsDecimal.toNumber(),
|
||||
uiTokenAmount: amountOutAsDecimal.toNumber(),
|
||||
},
|
||||
],
|
||||
HealthType.maint
|
||||
|
|
Loading…
Reference in New Issue