mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
typo: lead -> leave (#4546)
This commit is contained in:
committed by
Bastian Köcher
parent
a89d87d708
commit
6b57c7181f
@@ -1161,7 +1161,7 @@ impl<B, E, Block, RA> Client<B, E, Block, RA> where
|
||||
|
||||
/// Attempts to revert the chain by `n` blocks disregarding finality. This
|
||||
/// method will revert any finalized blocks as requested and can potentially
|
||||
/// lead the node in an inconsistent state. Other modules in the system that
|
||||
/// leave the node in an inconsistent state. Other modules in the system that
|
||||
/// persist data and that rely on finality (e.g. consensus parts) will be
|
||||
/// unaffected by the revert. Use this method with caution and making sure
|
||||
/// that no other data needs to be reverted for consistency aside from the
|
||||
|
||||
Reference in New Issue
Block a user