mirror of
https://github.com/mempool/mempool.git
synced 2025-10-09 19:13:55 +02:00
Hack to make it possible to load the Coinbase transaction from Bitcoin Core.
This commit is contained in:
@@ -119,6 +119,7 @@ class Server {
|
||||
} else {
|
||||
logger.debug(loggerMsg);
|
||||
}
|
||||
logger.debug(JSON.stringify(e));
|
||||
setTimeout(this.runMainUpdateLoop.bind(this), 1000 * this.retryOnElectrsErrorAfterSeconds);
|
||||
this.retryOnElectrsErrorAfterSeconds *= 2;
|
||||
this.retryOnElectrsErrorAfterSeconds = Math.min(this.retryOnElectrsErrorAfterSeconds, 60);
|
||||
|
Reference in New Issue
Block a user