Skip to content

Commit b4a716f

Browse files
authored
typo
1 parent 03d50ab commit b4a716f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub struct InMemoryChannelKeys {
182182
pub commitment_seed: [u8; 32],
183183
/// Remote funding pubkey
184184
pub remote_channel_pubkeys: Option<ChannelPublicKeys>,
185-
/// The total vaue of this channel
185+
/// The total value of this channel
186186
pub channel_value_satoshis: u64,
187187
}
188188

0 commit comments

Comments
 (0)