Update to latest master

This commit is contained in:
Bastian Köcher
2020-12-18 12:45:06 +01:00
parent afc50e8ade
commit bfad1abe8b
2 changed files with 216 additions and 183 deletions
+215 -182
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -396,7 +396,7 @@ sp_api::mock_impl_runtime_apis! {
(Vec::new(), GroupRotationInfo { session_start_block: 0, group_rotation_frequency: 0, now: 0 })
}
fn availability_cores(&self) -> Vec<CoreState<BlockNumber>> {
fn availability_cores(&self) -> Vec<CoreState<PHash>> {
Vec::new()
}