Skip to content

Commit 1a6becc

Browse files
committed
Also correct/check links in private item documentation
1 parent c7f8521 commit 1a6becc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/check-compiles.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -x
44
echo Testing $(git log -1 --oneline)
55
cargo check
66
cargo doc
7+
cargo doc --document-private-items
78
cd fuzz && cargo check --features=stdin_fuzz

lightning/src/ln/channel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ enum InboundHTLCState {
9595
/// is used to derive commitment keys, which are used to construct the
9696
/// signatures in a commitment_signed message.
9797
/// Implies AwaitingRemoteRevoke.
98+
///
9899
/// [BOLT #2]: https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md
99100
AwaitingRemoteRevokeToAnnounce(PendingHTLCStatus),
100101
/// Included in a received commitment_signed message (implying we've revoke_and_ack'd it).

0 commit comments

Comments
 (0)