From d308490ec6fba7647e86e772a97df663549039dc Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Tue, 3 Sep 2024 16:18:15 +0200 Subject: [PATCH] weight step method --- runtime/astar/src/weights/pallet_dapp_staking.rs | 4 ++++ runtime/shibuya/src/weights/pallet_dapp_staking.rs | 4 ++++ runtime/shiden/src/weights/pallet_dapp_staking.rs | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/runtime/astar/src/weights/pallet_dapp_staking.rs b/runtime/astar/src/weights/pallet_dapp_staking.rs index 6bb3456bb5..a180f94462 100644 --- a/runtime/astar/src/weights/pallet_dapp_staking.rs +++ b/runtime/astar/src/weights/pallet_dapp_staking.rs @@ -467,4 +467,8 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } + + fn step() -> Weight { + Weight::default() + } } diff --git a/runtime/shibuya/src/weights/pallet_dapp_staking.rs b/runtime/shibuya/src/weights/pallet_dapp_staking.rs index 1b2808c35b..d3b22b8dc2 100644 --- a/runtime/shibuya/src/weights/pallet_dapp_staking.rs +++ b/runtime/shibuya/src/weights/pallet_dapp_staking.rs @@ -467,4 +467,8 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } + + fn step() -> Weight { + Weight::default() + } } diff --git a/runtime/shiden/src/weights/pallet_dapp_staking.rs b/runtime/shiden/src/weights/pallet_dapp_staking.rs index 9ccd24fabb..cdebd7a4f1 100644 --- a/runtime/shiden/src/weights/pallet_dapp_staking.rs +++ b/runtime/shiden/src/weights/pallet_dapp_staking.rs @@ -467,4 +467,8 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } + + fn step() -> Weight { + Weight::default() + } }