mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 15:35:42 +00:00
Use correct executor for Westend (#1053)
This commit is contained in:
@@ -666,7 +666,7 @@ pub fn westend_new_full(
|
|||||||
slot_duration,
|
slot_duration,
|
||||||
grandpa_pause,
|
grandpa_pause,
|
||||||
westend_runtime::RuntimeApi,
|
westend_runtime::RuntimeApi,
|
||||||
KusamaExecutor
|
WestendExecutor
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok((service, client, handles))
|
Ok((service, client, handles))
|
||||||
|
|||||||
Reference in New Issue
Block a user