Skip to content

Commit 4072e8b

Browse files
committed
Cleanup
1 parent 4d1cfdb commit 4072e8b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lightning/src/ln/msgs.rs

-3
Original file line numberDiff line numberDiff 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)]
450447
pub struct Splice {

lightning/src/ln/wire.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ impl Encode for msgs::AcceptChannelV2 {
483483
}
484484

485485
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
487487
const TYPE: u16 = 75;
488488
}
489489

0 commit comments

Comments
 (0)