Skip to content

Commit d1e3ca2

Browse files
committed
f sp
1 parent 4e38065 commit d1e3ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl_writeable_tlv_based!(BestBlock, {
8484
///
8585
/// In case of a reorg, you must call [`Listen::blocks_disconnected`] once with information on the
8686
/// "fork point" block, i.e. the highest block that is in both forks. For backwards compatibility,
87-
/// you may instead walk the chain backwards, calling `blocks_disconnected` for each block which is
87+
/// you may instead walk the chain backwards, calling `blocks_disconnected` for each block that is
8888
/// disconnected in a reorg, each time passing the new-best-block (i.e. information about the block
8989
/// prior to the one being disconnected) such that you ultimately pass information about the fork
9090
/// point to `blocks_disconnected`.

0 commit comments

Comments
 (0)