Update nightly version

This commit is contained in:
Luke Parker
2025-02-04 00:53:22 -05:00
parent 22e411981a
commit 5a7b815e2e
8 changed files with 15 additions and 16 deletions

View File

@@ -351,7 +351,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
telemetry: telemetry.as_mut(),
})?;
if let sc_service::config::Role::Authority { .. } = &role {
if let sc_service::config::Role::Authority = &role {
let slot_duration = babe_link.config().slot_duration();
let babe_config = sc_consensus_babe::BabeParams {
keystore: keystore.clone(),