We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9706fa8 + e9c8351 commit 7a62f1bCopy full SHA for 7a62f1b
node/src/chain_spec.rs
@@ -38,6 +38,8 @@ use sp_core::{
38
};
39
use sp_finality_grandpa::AuthorityId as GrandpaId;
40
use sp_runtime::traits::{IdentifyAccount, Verify};
41
+#[cfg(feature = "finitestate")]
42
+use sp_runtime::traits::AccountIdConversion;
43
44
#[cfg(feature = "automata")]
45
pub type AutomataChainSpec = sc_service::GenericChainSpec<automata::GenesisConfig, Extensions>;
0 commit comments