mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
document that session key generation stores keys (#3366)
* document that session key generation stores keys * final typo fix
This commit is contained in:
committed by
Bastian Köcher
parent
4f051a5784
commit
aa86d5ce7a
@@ -175,7 +175,7 @@ impl<Components: components::Components> Service<Components> {
|
||||
let finality_proof_provider = Components::build_finality_proof_provider(client.clone())?;
|
||||
let chain_info = client.info().chain;
|
||||
|
||||
Components::RuntimeServices::generate_intial_session_keys(
|
||||
Components::RuntimeServices::generate_initial_session_keys(
|
||||
client.clone(),
|
||||
config.dev_key_seed.clone().map(|s| vec![s]).unwrap_or_default(),
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user