Update to latest Substrate & Polkadot (#131)

* Switch to latest Substrate & Polkadot

* Update again
This commit is contained in:
Bastian Köcher
2020-07-01 10:38:26 +02:00
committed by GitHub
parent 95ffb06f77
commit 30ad930159
12 changed files with 779 additions and 479 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ where
Validation::Failure
} else {
Validation::Success
Validation::Success { is_new_best: false }
});
}
@@ -202,7 +202,7 @@ where
)) as Box<_>);
}
Ok(Validation::Success)
Ok(Validation::Success { is_new_best: false })
}
}