mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Fix sp-session typo (#4273)
* Fix sp-session typo * Remove erroneous whitespaces * Don't mess with the file, editor
This commit is contained in:
committed by
Benjamin Kampmann
parent
b6b48c4bc6
commit
4c2ba5b71f
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user