From c1ecc9b6cd1079bd7b3f28635b01329bc6605abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= <bkchr@users.noreply.github.com> Date: Wed, 29 Apr 2020 15:15:49 +0200 Subject: [PATCH] Use correct executor for Westend (#1053) --- polkadot/service/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index 06e8d35242b..a138e76bb76 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)) -- GitLab