Bump Substrate and version (#645)

This commit is contained in:
Gavin Wood
2019-12-02 23:40:35 +01:00
committed by GitHub
parent 518b6408a0
commit 72bfa8c615
18 changed files with 178 additions and 178 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ sp_api::impl_runtime_apis! {
}
}
impl sp_sesssion::SessionKeys<Block> for Runtime {
impl sp_session::SessionKeys<Block> for Runtime {
fn generate_session_keys(seed: Option<Vec<u8>>) -> Vec<u8> {
SessionKeys::generate(seed)
}