Skip to content

Commit e9c8351

Browse files
authored
Fix broken dependency
1 parent 9706fa8 commit e9c8351

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)