Skip to content
Snippets Groups Projects
Commit e4c7223c authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

review tuxmain

parent 267b2e19
No related branches found
No related tags found
1 merge request!154fix finalization when using custom genesis
Pipeline #19481 failed
......@@ -60,7 +60,7 @@ pub fn get_authority_keys_from_seed(s: &str) -> AuthorityKeys {
)
}
//.Generate session keys
/// Generate session keys
fn get_session_keys_from_seed(s: &str) -> SessionKeys {
let authority_keys = get_authority_keys_from_seed(s);
session_keys(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment