This commit is contained in:
Chris Troutner
2025-05-15 07:43:24 -07:00
parent 9829e8581c
commit 7c8d73810d
-2
View File
@@ -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) {