Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 2, 2023
1 parent 048a422 commit 269f95d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/acala/src/weights/module_incentives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,7 @@ impl<T: frame_system::Config> module_incentives::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 2475).saturating_mul(c.into()))
}
fn update_claim_reward_deduction_currency() -> Weight {
Weight::from_parts(914_000, 0)
}
}
3 changes: 3 additions & 0 deletions runtime/karura/src/weights/module_incentives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,7 @@ impl<T: frame_system::Config> module_incentives::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 2475).saturating_mul(c.into()))
}
fn update_claim_reward_deduction_currency() -> Weight {
Weight::from_parts(914_000, 0)
}
}
3 changes: 3 additions & 0 deletions runtime/mandala/src/weights/module_incentives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,7 @@ impl<T: frame_system::Config> module_incentives::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 2475).saturating_mul(c.into()))
}
fn update_claim_reward_deduction_currency() -> Weight {
Weight::from_parts(914_000, 0)
}
}

0 comments on commit 269f95d

Please sign in to comment.