Skip to content

Commit

Permalink
Fix apidex client
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Nov 27, 2023
1 parent ef92592 commit b52d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/modules/ConvertAssets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ConvertAssets extends React.Component {
calculate = async (sellAmount, buyAmount, myBalance, isSell = true) => {
let res = isSell ? buyAmount.clone() : sellAmount.clone()
res.amount = 0
sellAmount =sellAmount.mul(10000)

let req = isSell ? sellAmount.clone() : buyAmount.clone()

this.limitPrice = null
Expand Down

0 comments on commit b52d9ee

Please sign in to comment.