Fix typo (#3861)
This commit is contained in:
parent
f9817c8b65
commit
5e1fd4b2d6
|
@ -86,7 +86,7 @@ pub type QueuedFinalized = (
|
||||||
/// then return their answers.
|
/// then return their answers.
|
||||||
///
|
///
|
||||||
/// This behaviour is implicitly used by Zebra's syncer,
|
/// This behaviour is implicitly used by Zebra's syncer,
|
||||||
/// to delay the next ObtainTips until all queued blocks have been commited.
|
/// to delay the next ObtainTips until all queued blocks have been committed.
|
||||||
///
|
///
|
||||||
/// But most state users can ignore any queued blocks, and get faster read responses
|
/// But most state users can ignore any queued blocks, and get faster read responses
|
||||||
/// using the [`ReadOnlyStateService`].
|
/// using the [`ReadOnlyStateService`].
|
||||||
|
|
Loading…
Reference in New Issue