Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -29,7 +29,7 @@ use pezsp_trie::StorageProof;
|
||||
|
||||
#[cfg(all(not(feature = "std"), feature = "runtime-benchmarks"))]
|
||||
use {
|
||||
pezcumulus_pallet_teyrchain_system::validate_block::{
|
||||
pezcumulus_pezpallet_teyrchain_system::validate_block::{
|
||||
trie_cache::CacheProvider, trie_recorder::SizeOnlyRecorderProvider,
|
||||
},
|
||||
pezsp_core::storage::StateVersion,
|
||||
@@ -103,7 +103,7 @@ impl<B: traits::Block> StorageAccessParams<B> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Imitates `pezcumulus_pallet_teyrchain_system::validate_block::implementation::validate_block`
|
||||
/// Imitates `pezcumulus_pezpallet_teyrchain_system::validate_block::implementation::validate_block`
|
||||
///
|
||||
/// Only performs the storage access, this is used to benchmark the storage access cost.
|
||||
#[doc(hidden)]
|
||||
|
||||
Reference in New Issue
Block a user