options: fix handling of wildcard (allproto) address.

We treated ':' as an empty DNS name in EXPERIMENTAL, which is wrong.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-12-02 17:38:48 +10:30
committed by Michael Schmoock
parent ff556fefc6
commit b45544c659
4 changed files with 13 additions and 4 deletions

View File

@@ -3746,7 +3746,6 @@ def test_old_feerate(node_factory):
l1.pay(l2, 1000)
@pytest.mark.skip('Broken')
@pytest.mark.developer("needs --dev-allow-localhost")
def test_websocket(node_factory):
ws_port = reserve()