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.
ChannelId
[u8; 32]
1 parent 3fc3166 commit 58febc3Copy full SHA for 58febc3
lightning/src/ln/types.rs
@@ -35,8 +35,6 @@ use core::ops::Deref;
35
/// A _temporary_ ID is generated randomly.
36
/// (Later revocation-point-based _v2_ is a possibility.)
37
/// The variety (context) is not stored, it is relevant only at creation.
38
-///
39
-/// This is not exported to bindings users as we just use [u8; 32] directly.
40
#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
41
pub struct ChannelId(pub [u8; 32]);
42
0 commit comments