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.
1 parent 9706fa8 commit e9c8351Copy full SHA for e9c8351
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