Skip to content

Commit 0dfee49

Browse files
committed
f s/32 byte/32-byte/
1 parent efec308 commit 0dfee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl Readable for UserChannelId {
133133
/// [`Node::list_channels`]: crate::Node::list_channels
134134
#[derive(Debug, Clone, PartialEq, Eq)]
135135
pub struct ChannelDetails {
136-
/// The channel ID (prior to funding transaction generation, this is a random 32 byte
136+
/// The channel ID (prior to funding transaction generation, this is a random 32-byte
137137
/// identifier, afterwards this is the transaction ID of the funding transaction XOR the
138138
/// funding transaction output).
139139
///

0 commit comments

Comments
 (0)