File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -442,9 +442,6 @@ pub struct ChannelReady {
442442}
443443
444444/// 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- ///
448445// TODO(splicing): Add spec link for `splice`; still in draft, using from https://github.com/lightning/bolts/pull/863
449446#[ derive( Clone , Debug , PartialEq , Eq ) ]
450447pub struct Splice {
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ impl Encode for msgs::AcceptChannelV2 {
483483}
484484
485485impl 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
487487 const TYPE : u16 = 75 ;
488488}
489489
You can’t perform that action at this time.
0 commit comments