Skip to content

Commit bf41b15

Browse files
committed
f sp
1 parent eecf3d1 commit bf41b15

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
@@ -85,7 +85,7 @@ impl_writeable_tlv_based!(BestBlock, {
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. You may call
8787
/// [`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.
88+
/// include a fork point block that is before the last.
8989
///
9090
/// # Object Birthday
9191
///

0 commit comments

Comments
 (0)