diff --git a/src/components/app-body/sweep/index.js b/src/components/app-body/sweep/index.js index d0e3a13..8384ac5 100644 --- a/src/components/app-body/sweep/index.js +++ b/src/components/app-body/sweep/index.js @@ -104,7 +104,7 @@ const SweepWif = (props) => { const handleCancelCounterOffers = async () => { try { - console.log(`Executing handleCancelCounterOffers()`) + console.log('Executing handleCancelCounterOffers()') // Set modal initial state // setShowModal(true) @@ -119,8 +119,6 @@ const SweepWif = (props) => { // Sweep the private key holding the Counter Offer UTXOs. setWifToSweep(wif) - - await handleSweep() } catch (err) { @@ -211,23 +209,23 @@ const SweepWif = (props) => {
- When a Buy order is created, the coins (UTXO) to pay for it are - moved to a secondary address. Clicking the button below will - sweep those funds back into this main wallet. This will also - cancel/invalidate all open Counter Offers that you've created. -
- -+ When a Buy order is created, the coins (UTXO) to pay for it are + moved to a secondary address. Clicking the button below will + sweep those funds back into this main wallet. This will also + cancel/invalidate all open Counter Offers that you've created. +
+ + -