Companion PR for Substrate #7233 (#1791)

* Update constant weight signatures

* Keep timestamp constant time

* constant as_derivative

* cargo update -p sp-io

Co-authored-by: parity-processbot <>
This commit is contained in:
Shawn Tabrizi
2020-10-17 15:58:23 +02:00
committed by GitHub
parent a7e9aedbc5
commit 11bbb076cc
12 changed files with 137 additions and 151 deletions
@@ -29,7 +29,6 @@ impl<T: frame_system::Trait> pallet_utility::WeightInfo for WeightInfo<T> {
(18_589_000 as Weight)
.saturating_add((1_734_000 as Weight).saturating_mul(c as Weight))
}
// WARNING! Some components were not used: ["u"]
fn as_derivative() -> Weight {
(5_611_000 as Weight)
}