Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jun 3, 2024
1 parent 4116831 commit 3f9c4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-clients/client-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use std::time::Duration;

pub use codegen_runtime::api::runtime_types;

pub type RuntimeCall = runtime_types::kusama_runtime::RuntimeCall;
pub type RuntimeCall = runtime_types::staging_kusama_runtime::RuntimeCall;

pub type GrandpaCall = runtime_types::pallet_grandpa::pallet::Call;

Expand Down

0 comments on commit 3f9c4aa

Please sign in to comment.