Electrum protocol and tx lookup setting.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user