mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-03 22:34:21 +01:00
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:
committed by
Michael Schmoock
parent
ff556fefc6
commit
b45544c659
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user