Refactoring the MINFEE node configuration into new configs.

This commit is contained in:
softsimon
2021-09-19 02:40:16 +04:00
parent 54e6f408ce
commit 5219ffa439
4 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,8 @@
"BLOCK_WEIGHT_UNITS": 4000000,
"INITIAL_BLOCKS_AMOUNT": 8,
"MEMPOOL_BLOCKS_AMOUNT": 8,
"PRICE_FEED_UPDATE_INTERVAL": 3600
"PRICE_FEED_UPDATE_INTERVAL": 3600,
"USE_SECOND_NODE_FOR_MINFEE": false
},
"CORE_RPC": {
"HOST": "127.0.0.1",
@@ -29,7 +30,6 @@
"REST_API_URL": "http://127.0.0.1:3000"
},
"SECOND_CORE_RPC": {
"ENABLED": false,
"HOST": "127.0.0.1",
"PORT": 8332,
"USERNAME": "mempool",