Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Update frame/system/src/weights.rs
  • Loading branch information
shawntabrizi authored Jul 21, 2021
commit 524f5dd031dd8801931d85b636c7d9681b1e8db4
2 changes: 1 addition & 1 deletion frame/system/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub trait WeightInfo {

/// Weights for frame_system using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
fn remark(b: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 0
Expand Down