mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
Remove sp-runtime dependency from sp-phragmen (#5786)
* Remove sp-runtime dependency from sp-phragmen * Use regular derive(Debug) instead of RuntimeDebug
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
//! Types that should only be used for testing!
|
||||
|
||||
use crate::crypto::{KeyTypeId, CryptoTypePublicPair};
|
||||
use crate::crypto::KeyTypeId;
|
||||
#[cfg(feature = "std")]
|
||||
use crate::{
|
||||
crypto::{Pair, Public},
|
||||
crypto::{Pair, Public, CryptoTypePublicPair},
|
||||
ed25519, sr25519,
|
||||
traits::BareCryptoStoreError
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user