aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet.ts')
-rw-r--r--src/wallet.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.ts b/src/wallet.ts
index 354072130..658b00539 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -728,6 +728,7 @@ 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),