Readding "BISQ_ENABLED". Display 'bisq' in logs.

This commit is contained in:
softsimon
2020-10-15 11:54:21 +07:00
parent d8857f1073
commit e7a7b45ad0
3 changed files with 16 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ class Mempool {
}
// Prevent mempool from clear on bitcoind restart by delaying the deletion
if ((config.NETWORK === 'mainnet' || config.NETWORK === 'bisq' || !config.NETWORK)
if ((config.NETWORK === 'mainnet' || !config.NETWORK)
&& this.mempoolProtection === 0 && transactions.length / currentMempoolSize <= 0.80) {
this.mempoolProtection = 1;
this.inSync = false;