electrs: use dataDir for storing extra config
This is simpler and more memory-efficient. We've also changed other services to use this appraoch. Also remove unneded `wait_for_unit` in the electrs regtest test.
This commit is contained in:
parent
9bda7305fd
commit
62a2602e78
2 changed files with 1 additions and 4 deletions
|
|
@ -375,7 +375,6 @@ def _():
|
|||
num_blocks = test_data["num_blocks"]
|
||||
|
||||
if enabled("electrs"):
|
||||
machine.wait_for_unit("onion-addresses")
|
||||
machine.wait_until_succeeds(log_has_string("electrs", "serving Electrum RPC"))
|
||||
get_block_height_cmd = (
|
||||
"""echo '{"method": "blockchain.headers.subscribe", "id": 0, "params": []}'"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue