Renamed the electrs backend support to 'electrs'.

This commit is contained in:
Simon Lindh
2019-12-06 22:37:07 +01:00
parent 90d72175bd
commit 3ddbd33b70
18 changed files with 40 additions and 40 deletions

View File

@@ -20,6 +20,6 @@
"BITCOIN_NODE_USER": "",
"BITCOIN_NODE_PASS": "",
"BACKEND_API": "bitcoind",
"ESPLORA_API_URL": "https://www.blockstream.info/api",
"ELECTRS_API_URL": "https://www.blockstream.info/api",
"TX_PER_SECOND_SPAN_SECONDS": 150
}