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.
s/32 byte/32-byte/
1 parent efec308 commit 0dfee49Copy full SHA for 0dfee49
src/types.rs
@@ -133,7 +133,7 @@ impl Readable for UserChannelId {
133
/// [`Node::list_channels`]: crate::Node::list_channels
134
#[derive(Debug, Clone, PartialEq, Eq)]
135
pub struct ChannelDetails {
136
- /// The channel ID (prior to funding transaction generation, this is a random 32 byte
+ /// The channel ID (prior to funding transaction generation, this is a random 32-byte
137
/// identifier, afterwards this is the transaction ID of the funding transaction XOR the
138
/// funding transaction output).
139
///
0 commit comments