Refactoring the MINFEE node configuration into new configs.

This commit is contained in:
softsimon
2021-09-19 02:40:16 +04:00
parent aa39bbd091
commit 0d67bc36ee
4 changed files with 6 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ class Server {
await memPool.$updateMemPoolInfo();
} catch (e) {
const msg = `updateMempoolInfo: ${(e instanceof Error ? e.message : e)}`;
if (config.SECOND_CORE_RPC.ENABLED) {
if (config.MEMPOOL.USE_SECOND_NODE_FOR_MINFEE) {
logger.warn(msg);
} else {
logger.debug(msg);