File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ impl_writeable_tlv_based!(BestBlock, {
84
84
///
85
85
/// In case of a reorg, you must call [`Listen::blocks_disconnected`] once with information on the
86
86
/// "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
88
88
/// disconnected in a reorg, each time passing the new-best-block (i.e. information about the block
89
89
/// prior to the one being disconnected) such that you ultimately pass information about the fork
90
90
/// point to `blocks_disconnected`.
You can’t perform that action at this time.
0 commit comments