mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -615,7 +615,8 @@ where
|
||||
&self.inner
|
||||
}
|
||||
|
||||
/// Reset to a specified pair of epochs, as if they were announced at blocks `parent_hash` and `hash`.
|
||||
/// Reset to a specified pair of epochs, as if they were announced at blocks `parent_hash` and
|
||||
/// `hash`.
|
||||
pub fn reset(&mut self, parent_hash: Hash, hash: Hash, number: Number, current: E, next: E) {
|
||||
self.inner = ForkTree::new();
|
||||
self.epochs.clear();
|
||||
|
||||
Reference in New Issue
Block a user