Fix sp-session typo (#4273)

* Fix sp-session typo

* Remove erroneous whitespaces

* Don't mess with the file, editor
This commit is contained in:
Andrew Jones
2019-12-02 19:24:25 +00:00
committed by Benjamin Kampmann
parent b6b48c4bc6
commit 4c2ba5b71f
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -711,7 +711,7 @@ 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)
}