From 81ef0d8ac03a9eb8a5162eab0037b4e8faf99d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 29 Apr 2020 15:15:49 +0200 Subject: [PATCH] Use correct executor for Westend (#1053) --- service/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))