Skip to content

Commit

Permalink
weight step method
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Sep 3, 2024
1 parent c167ef9 commit d308490
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/astar/src/weights/pallet_dapp_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}

fn step() -> Weight {
Weight::default()
}
}
4 changes: 4 additions & 0 deletions runtime/shibuya/src/weights/pallet_dapp_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}

fn step() -> Weight {
Weight::default()
}
}
4 changes: 4 additions & 0 deletions runtime/shiden/src/weights/pallet_dapp_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}

fn step() -> Weight {
Weight::default()
}
}

0 comments on commit d308490

Please sign in to comment.