Skip to content

Commit

Permalink
fix(coinmarket): fix send all amount mismatch with created trade
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeWall committed Dec 19, 2024
1 parent ea4a3d8 commit b860c11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ export const useCoinmarketExchangeForm = ({
address: sendAddress,
amount: sendStringAmount,
destinationTag: sendPaymentExtraId,
setMaxOutputId: values.setMaxOutputId,
});
// in case of not success, recomposeAndSign shows notification
if (result?.success) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ export const useCoinmarketSellForm = ({
address: destinationAddress,
amount: cryptoStringAmount,
destinationTag: destinationPaymentExtraId,
setMaxOutputId: values.setMaxOutputId,
});
if (result?.success) {
// send txid to the server as confirmation
Expand Down

0 comments on commit b860c11

Please sign in to comment.