diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index 06e8d35242..a138e76bb7 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/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))