Compat fix for substrate#624

This commit is contained in:
Gav
2018-08-29 12:30:04 +02:00
parent f993836b72
commit 79932f1975
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ use session::Call as SessionCall;
/// Produces the list of inherent extrinsics.
pub fn inherent_extrinsics(data: ::primitives::InherentData) -> Vec<UncheckedExtrinsic> {
let make_inherent = |function| UncheckedExtrinsic::new(
let make_inherent = |function| UncheckedExtrinsic::new(
Extrinsic {
signed: Default::default(),
function,