Refactoring the MINFEE node configuration into new configs.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user