File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ pub trait KeysInterface: Send + Sync {
342
342
343
343
#[ derive( Clone ) ]
344
344
/// 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.
346
346
pub struct AcceptedChannelData {
347
347
/// Remote public keys and base points
348
348
pub ( crate ) remote_channel_pubkeys : ChannelPublicKeys ,
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ pub struct OnchainTxHandler<ChanSigner: ChannelKeys> {
240
240
local_htlc_sigs : Option < Vec < Option < ( usize , Signature ) > > > ,
241
241
prev_local_commitment : Option < LocalCommitmentTransaction > ,
242
242
prev_local_htlc_sigs : Option < Vec < Option < ( usize , Signature ) > > > ,
243
- on_local_tx_csv : u16 , // FIXME
243
+ on_local_tx_csv : u16 ,
244
244
245
245
key_storage : ChanSigner ,
246
246
You can’t perform that action at this time.
0 commit comments