Default mempool backend to local electrs mock server.

This commit is contained in:
softsimon 2020-08-10 14:32:16 +07:00
parent 912a5dab27
commit 5411feee36
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -13,7 +13,7 @@
"KEEP_BLOCK_AMOUNT": 24,
"INITIAL_BLOCK_AMOUNT": 8,
"TX_PER_SECOND_SPAN_SECONDS": 150,
"ELECTRS_API_URL": "https://www.blockstream.info/testnet/api",
"ELECTRS_API_URL": "http://localhost:50001",
"BISQ_ENABLED": false,
"BSQ_BLOCKS_DATA_PATH": "/bisq/data",
"SSL": false,