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 eecf3d1 commit bf41b15Copy full SHA for bf41b15
lightning/src/chain/mod.rs
@@ -85,7 +85,7 @@ impl_writeable_tlv_based!(BestBlock, {
85
/// In case of a reorg, you must call [`Listen::blocks_disconnected`] once with information on the
86
/// "fork point" block, i.e. the highest block that is in both forks. You may call
87
/// [`Listen::blocks_disconnected`] multiple times as you walk the chain backwards, but each must
88
-/// include a fork point block which is before the last.
+/// include a fork point block that is before the last.
89
///
90
/// # Object Birthday
91
0 commit comments