diff --git a/util/wallet/sweep-funds2.js b/util/wallet/sweep-funds2.js index 23f2a9c..69ff77c 100644 --- a/util/wallet/sweep-funds2.js +++ b/util/wallet/sweep-funds2.js @@ -16,7 +16,6 @@ import BchTokenSweep from 'bch-token-sweep' // Local libraries import WalletAdapter from '../../src/adapters/wallet.js' - async function sweepFunds () { try { // Open the wallet files. @@ -65,7 +64,6 @@ async function sweepFunds () { // console.log('Transaction ID', txid) console.log(`Swept HD index ${hdIndex}. TXID: ${txid}`) - // Wait between loop iterations. await bchjs.Util.sleep(3000) } catch (err) {