Skip to content

Commit

Permalink
Merge pull request #104 from automata-network/fix/dependency
Browse files Browse the repository at this point in the history
Fix broken dependency
  • Loading branch information
RyuH1 authored Nov 2, 2021
2 parents 9706fa8 + e9c8351 commit 7a62f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ use sp_core::{
};
use sp_finality_grandpa::AuthorityId as GrandpaId;
use sp_runtime::traits::{IdentifyAccount, Verify};
#[cfg(feature = "finitestate")]
use sp_runtime::traits::AccountIdConversion;

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

0 comments on commit 7a62f1b

Please sign in to comment.