Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Use correct executor for Westend (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Apr 29, 2020
1 parent 1fce54e commit 81ef0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ pub fn westend_new_full(
slot_duration,
grandpa_pause,
westend_runtime::RuntimeApi,
KusamaExecutor
WestendExecutor
);

Ok((service, client, handles))
Expand Down

0 comments on commit 81ef0d8

Please sign in to comment.