mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Don't append btc_mainnet/db/ to BISQ_MARKETS.DATA_PATH
This commit is contained in:
parent
32095cd6b3
commit
53f7839131
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import logger from '../../logger';
|
|||
|
||||
class Bisq {
|
||||
private static FOLDER_WATCH_CHANGE_DETECTION_DEBOUNCE = 4000;
|
||||
private static MARKET_JSON_PATH = config.BISQ_MARKETS.DATA_PATH + '/btc_mainnet/db';
|
||||
private static MARKET_JSON_PATH = config.BISQ_MARKETS.DATA_PATH;
|
||||
private static MARKET_JSON_FILE_PATHS = {
|
||||
cryptoCurrency: '/crypto_currency_list.json',
|
||||
fiatCurrency: '/fiat_currency_list.json',
|
||||
|
|
Loading…
Add table
Reference in a new issue