Skip to content

Commit 0516b20

Browse files
committed
Also correct/check links in private item documentation
1 parent 12e447e commit 0516b20

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
@@ -96,6 +96,7 @@ enum InboundHTLCState {
9696
/// is used to derive commitment keys, which are used to construct the
9797
/// signatures in a commitment_signed message.
9898
/// Implies AwaitingRemoteRevoke.
99+
///
99100
/// [BOLT #2]: https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md
100101
AwaitingRemoteRevokeToAnnounce(PendingHTLCStatus),
101102
/// Included in a received commitment_signed message (implying we've revoke_and_ack'd it).

0 commit comments

Comments
 (0)