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 05a83e8bdb
commit 6a6fec66fb
12 changed files with 779 additions and 479 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ fn valid_if_no_data_and_less_than_best_known_number() {
assert_eq!(
res.unwrap(),
Validation::Success,
Validation::Success { is_new_best: false },
"validating without data with block number < best known number is always a success",
);
}