Use correct executor for Westend (#1053)

This commit is contained in:
Bastian Köcher
2020-04-29 15:15:49 +02:00
committed by GitHub
parent befd6815a3
commit c1ecc9b6cd
+1 -1
View File
@@ -666,7 +666,7 @@ pub fn westend_new_full(
slot_duration,
grandpa_pause,
westend_runtime::RuntimeApi,
KusamaExecutor
WestendExecutor
);
Ok((service, client, handles))