Cleanup locally-selected-delay
[rust-lightning] / lightning / src / ln / channel.rs
index e00d34895c2e30b54c84dab6945dc6344238c97d..2699e461806ff247163ea44e8820d376f42c70a8 100644 (file)
@@ -262,6 +262,9 @@ enum UpdateStatus {
 // has been completed, and then turn into a Channel to get compiler-time enforcement of things like
 // calling channel_id() before we're set up or things like get_outbound_funding_signed on an
 // inbound channel.
+//
+// Holder designates channel data owned for the benefice of the user client.
+// Counterparty designates channel data owned by the another channel participant entity.
 pub(super) struct Channel<ChanSigner: ChannelKeys> {
        config: ChannelConfig,