fix swap projected health

This commit is contained in:
saml33 2022-12-08 10:09:15 +11:00
parent 7a736158f7
commit 7e5e3e4d51
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ const SwapForm = () => {
}, },
{ {
mintPk: outputBank.mint, mintPk: outputBank.mint,
uiTokenAmount: amountInAsDecimal.toNumber(), uiTokenAmount: amountOutAsDecimal.toNumber(),
}, },
], ],
HealthType.maint HealthType.maint