Skip to content

Commit 8178032

Browse files
authored
fixed old comment
1 parent b4a716f commit 8178032

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
@@ -180,7 +180,7 @@ pub struct InMemoryChannelKeys {
180180
pub htlc_base_key: SecretKey,
181181
/// Commitment seed
182182
pub commitment_seed: [u8; 32],
183-
/// Remote funding pubkey
183+
/// Remote public keys and base points
184184
pub remote_channel_pubkeys: Option<ChannelPublicKeys>,
185185
/// The total value of this channel
186186
pub channel_value_satoshis: u64,

0 commit comments

Comments
 (0)