Optionally support second CoreRPC instance as source for the minimum fee.

This commit is contained in:
softsimon
2021-01-15 22:23:32 +07:00
parent b2fa968b66
commit 61753cdd20
3 changed files with 45 additions and 0 deletions

View File

@@ -22,6 +22,13 @@
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3000"
},
"CORE_RPC_MINFEE": {
"ENABLED": false,
"HOST": "127.0.0.1",
"PORT": 8332,
"USERNAME": "mempool",
"PASSWORD": "mempool"
},
"DATABASE": {
"ENABLED": true,
"HOST": "127.0.0.1",