mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 14:27:57 +00:00
Grandpa revert procedure (#11162)
* Grandpa revert procedure * Trigger ci pipeline * Test rename * Update client/finality-grandpa/src/authorities.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -1832,7 +1832,9 @@ where
|
||||
Ok(BasicQueue::new(verifier, Box::new(block_import), justification_import, spawner, registry))
|
||||
}
|
||||
|
||||
/// Reverts aux data.
|
||||
/// Reverts protocol aux data to at most the last finalized block.
|
||||
/// In particular, epoch-changes and block weights announced after the revert
|
||||
/// point are removed.
|
||||
pub fn revert<Block, Client, Backend>(
|
||||
client: Arc<Client>,
|
||||
backend: Arc<Backend>,
|
||||
|
||||
Reference in New Issue
Block a user