Skip to content

Commit

Permalink
Merge pull request #19 from zianksm/patch-fix-sp-keyring
Browse files Browse the repository at this point in the history
fix sp-keyring feature flag
  • Loading branch information
zianksm authored Jun 19, 2023
2 parents 2f671f0 + 0ff369f commit e19e01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhatu/src/ext/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pub use sp_core;
#[cfg(feature = "subxt")]
pub use subxt;
#[cfg(feature = "sp_keyring")]
pub use sp_keyring;
#[cfg(feature = "sp-keyring")]
pub use sp_keyring;

0 comments on commit e19e01b

Please sign in to comment.