Skip to content
Snippets Groups Projects
Unverified Commit c7d1fd28 authored by zjb0807's avatar zjb0807 Committed by GitHub
Browse files

authority add runtime-benchmarks (#248)

parent d3630e35
No related branches found
No related tags found
No related merge requests found
...@@ -36,3 +36,5 @@ std = [ ...@@ -36,3 +36,5 @@ std = [
"frame-system/std", "frame-system/std",
"orml-traits/std", "orml-traits/std",
] ]
runtime-benchmarks = [
]
...@@ -67,6 +67,11 @@ impl< ...@@ -67,6 +67,11 @@ impl<
} }
}) })
} }
#[cfg(feature = "runtime-benchmarks")]
fn successful_origin() -> O {
unimplemented!()
}
} }
/// Origin for the authority module. /// Origin for the authority module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment