mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 00:01:03 +00:00
fix warning (#7174)
This commit is contained in:
@@ -27,8 +27,8 @@ use sp_std::vec::Vec;
|
|||||||
use schnorrkel::{signing_context, ExpansionMode, Keypair, SecretKey, MiniSecretKey, PublicKey,
|
use schnorrkel::{signing_context, ExpansionMode, Keypair, SecretKey, MiniSecretKey, PublicKey,
|
||||||
derive::{Derivation, ChainCode, CHAIN_CODE_LENGTH}
|
derive::{Derivation, ChainCode, CHAIN_CODE_LENGTH}
|
||||||
};
|
};
|
||||||
#[cfg(feature = "full_crypto")]
|
#[cfg(feature = "std")]
|
||||||
use core::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use substrate_bip39::mini_secret_from_entropy;
|
use substrate_bip39::mini_secret_from_entropy;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
|
|||||||
Reference in New Issue
Block a user