Skip to content

Commit edb994c

Browse files
committed
cleanup
1 parent 8c054df commit edb994c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ pub trait KeysInterface: Send + Sync {
342342

343343
#[derive(Clone)]
344344
/// Holds late-bound channel data
345-
/// This data is available after the remote accepted the channel.
345+
/// This data is available after the remote accepts the channel.
346346
pub struct AcceptedChannelData {
347347
/// Remote public keys and base points
348348
pub(crate) remote_channel_pubkeys: ChannelPublicKeys,

lightning/src/ln/onchaintx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pub struct OnchainTxHandler<ChanSigner: ChannelKeys> {
240240
local_htlc_sigs: Option<Vec<Option<(usize, Signature)>>>,
241241
prev_local_commitment: Option<LocalCommitmentTransaction>,
242242
prev_local_htlc_sigs: Option<Vec<Option<(usize, Signature)>>>,
243-
on_local_tx_csv: u16, // FIXME
243+
on_local_tx_csv: u16,
244244

245245
key_storage: ChanSigner,
246246

0 commit comments

Comments
 (0)