File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -442,9 +442,6 @@ pub struct ChannelReady {
442
442
}
443
443
444
444
/// A splice message to be sent by or received from the splice initiator.
445
- /// TODO(splicing): Is using 'splice initiator' role OK?
446
- /// TODO(splicing): Can the channel acceptor later be the splice initiator?
447
- ///
448
445
// TODO(splicing): Add spec link for `splice`; still in draft, using from https://github.com/lightning/bolts/pull/863
449
446
#[ derive( Clone , Debug , PartialEq , Eq ) ]
450
447
pub struct Splice {
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ impl Encode for msgs::AcceptChannelV2 {
483
483
}
484
484
485
485
impl Encode for msgs:: Splice {
486
- // TODO(splicing) Double check with spec; spec contains 74, which is probably wrong as it is used by tx_Abort; CLN uses 75
486
+ // TODO(splicing) Double check with finalized spec; draft spec contains 74, which is probably wrong as it is used by tx_Abort; CLN uses 75
487
487
const TYPE : u16 = 75 ;
488
488
}
489
489
You can’t perform that action at this time.
0 commit comments