diff --git a/README.md b/README.md index abe2c91..c6f73c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a web-based single page app (SPA) written in React. It is forked from [bch-wallet-web3-spa](https://github.com/Permissionless-Software-Foundation/bch-wallet-web3-spa) and replaces [bch-dex-taker-ui](https://github.com/Permissionless-Software-Foundation/bch-dex-taker-ui). -The purpose of this app is to provide a web-based interface for users to browse NFT and fungible tokens for sale on the SLP DEX protocol. This provides a simple 1-click purchase functionality. A different UI is used for selling tokens, as there are more requirements for sellers imposed by the SWaP protocol. +The purpose of this app is to provide a web-based interface for users to browse NFT and fungible tokens for sale on the SLP DEX protocol. This provides a simple 1-click purchase functionality. A different UI ([bch-dex-ui-v3](https://github.com/Permissionless-Software-Foundation/bch-dex-ui-v3)) is used for selling tokens, as there are more requirements for sellers imposed by the SWaP protocol. ## Installation ```bash 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. +
+ + -