update impl_outer_origin (#1444)

This commit is contained in:
Xiliang Chen
2020-07-22 06:02:41 +12:00
committed by GitHub
parent 90413260f0
commit 143f5600f4
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ mod tests {
use super::Call as ClaimsCall;
impl_outer_origin! {
pub enum Origin for Test {}
pub enum Origin for Test where system = system {}
}
impl_outer_dispatch! {