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

@@ -208,7 +208,7 @@ class Mempool {
}
private $getMempoolInfo() {
if (config.SECOND_CORE_RPC.ENABLED) {
if (config.MEMPOOL.USE_SECOND_NODE_FOR_MINFEE) {
return Promise.all([
bitcoinClient.getMempoolInfo(),
bitcoinSecondClient.getMempoolInfo()