-f nonify chan_id of from_chan_no_close
authorAntoine Riard <dev@ariard.me>
Mon, 6 Sep 2021 18:26:21 +0000 (14:26 -0400)
committerAntoine Riard <dev@ariard.me>
Fri, 17 Sep 2021 22:41:19 +0000 (18:41 -0400)
lightning/src/ln/channelmanager.rs

index 9e0f69dff05d995c808f329cf7f56919233909b0..482c1a2af464e4eed0f681e3020fcde9d5abf56f 100644 (file)
@@ -324,7 +324,7 @@ impl MsgHandleErrInternal {
                                        },
                                },
                        },
-                       chan_id: Some(channel_id),
+                       chan_id: None,
                        shutdown_finish: None,
                }
        }