We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ccc28 commit 4b95774Copy full SHA for 4b95774
lightning/src/ln/channel.rs
@@ -262,6 +262,9 @@ enum UpdateStatus {
262
// has been completed, and then turn into a Channel to get compiler-time enforcement of things like
263
// calling channel_id() before we're set up or things like get_outbound_funding_signed on an
264
// inbound channel.
265
+//
266
+// Holder designates channel data owned for the benefice of the user client.
267
+// Counterparty designates channel data owned by the another channel participant entity.
268
pub(super) struct Channel<ChanSigner: ChannelKeys> {
269
config: ChannelConfig,
270
0 commit comments