diff --git a/service/src/lib.rs b/service/src/lib.rs index 06e8d35242b4..a138e76bb761 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -666,7 +666,7 @@ pub fn westend_new_full( slot_duration, grandpa_pause, westend_runtime::RuntimeApi, - KusamaExecutor + WestendExecutor ); Ok((service, client, handles))