diff --git a/src/wallet.ts b/src/wallet.ts index 658b00539..354072130 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -728,7 +728,6 @@ export class Wallet { private async processPreCoin(preCoin: PreCoinRecord, retryDelayMs = 200): Promise { - return; if (this.processPreCoinConcurrent >= 1) { console.log("delaying processPreCoin"); setTimeout(() => this.processPreCoin(preCoin, retryDelayMs * 2),