This commit is contained in:
Sacha Lansky
2022-07-25 23:09:50 +01:00
committed by GitHub
parent 16ef0cee93
commit a37226d09e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ impl sp_runtime::traits::Dispatchable for Extrinsic {
type Info = ();
type PostInfo = ();
fn dispatch(self, _origin: Self::Origin) -> sp_runtime::DispatchResultWithInfo<Self::PostInfo> {
panic!("This implemention should not be used for actual dispatch.");
panic!("This implementation should not be used for actual dispatch.");
}
}