From 8b279b7c1405b471471083eee1525ba5969fc532 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 24 Feb 2017 16:22:55 +1030 Subject: [PATCH] opening: remove unused opening_watch_funding_req/resp. This is now part of the responses: starting the normal peer daemon is done once the tx is buried. Signed-off-by: Rusty Russell --- lightningd/opening/opening_status_wire.csv | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lightningd/opening/opening_status_wire.csv b/lightningd/opening/opening_status_wire.csv index 772ea0e7d..764353adb 100644 --- a/lightningd/opening/opening_status_wire.csv +++ b/lightningd/opening/opening_status_wire.csv @@ -13,8 +13,3 @@ opening_peer_read_failed,0x8011 opening_peer_bad_funding,0x8012 opening_peer_bad_config,0x8013 opening_peer_bad_initial_message,0x8014 - -opening_watch_funding_req,1 -opening_watch_funding_req,0,txid,32,struct sha256_double -opening_watch_funding_resp,101 -opening_watch_funding_resp,0,channel_id,8,struct channel_id