From 0ff369faad22f931cc995960ab6a30be677ccadc Mon Sep 17 00:00:00 2001 From: zian Date: Mon, 19 Jun 2023 14:29:22 +0800 Subject: [PATCH] fix sp-keyring feature flag --- dhatu/src/ext/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhatu/src/ext/mod.rs b/dhatu/src/ext/mod.rs index 08431f4..84de6d1 100644 --- a/dhatu/src/ext/mod.rs +++ b/dhatu/src/ext/mod.rs @@ -2,5 +2,5 @@ pub use sp_core; #[cfg(feature = "subxt")] pub use subxt; -#[cfg(feature = "sp_keyring")] -pub use sp_keyring; \ No newline at end of file +#[cfg(feature = "sp-keyring")] +pub use sp_keyring;