Unified Bisq config

This commit is contained in:
softsimon
2021-04-25 02:38:46 +04:00
parent c1fc08196b
commit 5878a2e631
7 changed files with 13 additions and 39 deletions

View File

@@ -73,7 +73,7 @@ class Logger {
}
private getNetwork(): string {
if (config.BISQ_BLOCKS.ENABLED) {
if (config.BISQ.ENABLED) {
return 'bisq';
}
if (config.MEMPOOL.NETWORK && config.MEMPOOL.NETWORK !== 'mainnet') {