remove early return intended for debugging
This commit is contained in:
parent
4f6327930a
commit
d64861acec
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user