mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
* Substrate companion for #10470 https://github.com/paritytech/substrate/pull/10470 * cargo update -p sp-io Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
@@ -53,11 +53,6 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
fn set_heap_pages() -> Weight {
|
||||
(1_689_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight))
|
||||
}
|
||||
fn set_changes_trie_config() -> Weight {
|
||||
(9_679_000 as Weight)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
||||
}
|
||||
fn set_storage(i: u32) -> Weight {
|
||||
(0 as Weight)
|
||||
// Standard Error: 0
|
||||
|
||||
Reference in New Issue
Block a user