aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wallet.ts1
1 files changed, 0 insertions, 1 deletions
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<void> {
- return;
if (this.processPreCoinConcurrent >= 1) {
console.log("delaying processPreCoin");
setTimeout(() => this.processPreCoin(preCoin, retryDelayMs * 2),