gossipd: remove ping/pong handling

To minimize the diffs, we #if 0 the code.  We'll reenable it once
channeld is ready.

We also temporarily disable the ping tests.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-10-07 23:24:18 +10:30
committed by Christian Decker
parent c394fd5db2
commit 1c85b27b4c
8 changed files with 12 additions and 123 deletions

View File

@@ -253,6 +253,7 @@ def test_lightningd_still_loading(node_factory, bitcoind, executor):
l1.pay(l2, 1000)
@pytest.mark.skip(reason="FIXME: channeld needs to handle pings")
def test_ping(node_factory):
l1, l2 = node_factory.line_graph(2, fundchannel=False)