Electrum protocol and tx lookup setting.

This commit is contained in:
softsimon
2021-01-05 03:06:57 +07:00
parent 7729ad8b79
commit 1a6c2e79e6
3 changed files with 27 additions and 10 deletions

View File

@@ -9,9 +9,13 @@
},
"ELECTRS": {
"REST_API_URL": "http://127.0.0.1:3000",
"POLL_RATE_MS": 2000,
"POLL_RATE_MS": 2000
},
"ELECTRUM": {
"HOST": "127.0.0.1",
"PORT": 50002
"PORT": 50002,
"PROTOCOL": "tcl",
"TX_LOOKUPS": false
},
"BITCOIND": {
"HOST": "127.0.0.1",