Skip to content

Commit 7a62f1b

Browse files
authored
Merge pull request #104 from automata-network/fix/dependency
Fix broken dependency
2 parents 9706fa8 + e9c8351 commit 7a62f1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/src/chain_spec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ use sp_core::{
3838
};
3939
use sp_finality_grandpa::AuthorityId as GrandpaId;
4040
use sp_runtime::traits::{IdentifyAccount, Verify};
41+
#[cfg(feature = "finitestate")]
42+
use sp_runtime::traits::AccountIdConversion;
4143

4244
#[cfg(feature = "automata")]
4345
pub type AutomataChainSpec = sc_service::GenericChainSpec<automata::GenesisConfig, Extensions>;

0 commit comments

Comments
 (0)