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 12e447e commit 0516b20Copy full SHA for 0516b20
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
@@ -96,6 +96,7 @@ enum InboundHTLCState {
96
/// is used to derive commitment keys, which are used to construct the
97
/// signatures in a commitment_signed message.
98
/// Implies AwaitingRemoteRevoke.
99
+ ///
100
/// [BOLT #2]: https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md
101
AwaitingRemoteRevokeToAnnounce(PendingHTLCStatus),
102
/// Included in a received commitment_signed message (implying we've revoke_and_ack'd it).
0 commit comments