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 37af773 commit 3d96413Copy full SHA for 3d96413
ci/check-compiles.sh
@@ -4,4 +4,5 @@ set -x
4
echo Testing $(git log -1 --oneline)
5
cargo check
6
cargo doc
7
+cargo doc --document-private-items
8
cd fuzz && cargo check --features=stdin_fuzz
lightning/src/ln/channel.rs
@@ -95,6 +95,7 @@ enum InboundHTLCState {
95
/// is used to derive commitment keys, which are used to construct the
96
/// signatures in a commitment_signed message.
97
/// Implies AwaitingRemoteRevoke.
98
+ ///
99
/// [BOLT #2]: https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md
100
AwaitingRemoteRevokeToAnnounce(PendingHTLCStatus),
101
/// Included in a received commitment_signed message (implying we've revoke_and_ack'd it).
0 commit comments