Also correct/check links in private item documentation
[rust-lightning] / lightning / src / ln / channel.rs
index 0cde1aa3e6e9af4374261be045c76d74cc8e9a7d..16a8829468ec7a0323461369727142eb4bdb5a22 100644 (file)
@@ -96,6 +96,7 @@ enum InboundHTLCState {
        /// is used to derive commitment keys, which are used to construct the
        /// signatures in a commitment_signed message.
        /// Implies AwaitingRemoteRevoke.
+       ///
        /// [BOLT #2]: https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md
        AwaitingRemoteRevokeToAnnounce(PendingHTLCStatus),
        /// Included in a received commitment_signed message (implying we've revoke_and_ack'd it).