We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a53d67 commit 88368dfCopy full SHA for 88368df
lightning/src/ln/msgs.rs
@@ -2983,8 +2983,7 @@ impl_writeable_msg!(CommitmentSigned, {
2983
signature,
2984
htlc_signatures
2985
}, {
2986
- // TOOD(splicing): Change this to 1 once the spec is finalized
2987
- (1001, funding_txid, option),
+ (1, funding_txid, option),
2988
});
2989
2990
#[cfg(taproot)]
@@ -2993,9 +2992,8 @@ impl_writeable_msg!(CommitmentSigned, {
2993
2992
2994
2995
2996
(2, partial_signature_with_nonce, option),
2997
- // TOOD(splicing): Change this to 1 and reorder once the spec is finalized
2998
2999
3000
3001
impl_writeable!(DecodedOnionErrorPacket, {
0 commit comments