Skip to content

Commit 38009cd

Browse files
committed
f Make TODO a non-doc comment
1 parent 968a9fb commit 38009cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ pub struct UpdateAddHTLC {
349349

350350
/// An onion message to be sent to or received from a peer.
351351
///
352-
/// TODO: update with link to OM when they are merged into the BOLTs
352+
// TODO: update with link to OM when they are merged into the BOLTs
353353
#[derive(Clone, Debug, PartialEq, Eq)]
354354
pub struct OnionMessage {
355355
/// Used in decrypting the onion packet's payload.

0 commit comments

Comments
 (0)