Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update frame/system/src/lib.rs
Co-authored-by: Gavin Wood <[email protected]>
  • Loading branch information
shawntabrizi and gavofyork authored May 11, 2020
commit f2901f8dd747e54a5f68b940265e0ef3b3ac2271
2 changes: 1 addition & 1 deletion frame/system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ impl<T: Trait + Send + Sync> CheckWeight<T> where
Ok(all_weight)
}
},
// If we have an operation dispatch, allow it if we have not used our full
// If we have an operational dispatch, allow it if we have not used our full
// "operational space" (independent of existing fullness).
DispatchClass::Operational => {
let operational_limit = Self::get_dispatch_limit_ratio(DispatchClass::Operational) * maximum_weight;
Expand Down