Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix missing keystore config in test collator (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Jan 21, 2020
1 parent 4b2cdb6 commit 704b25d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/parachain/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ where
cache_size: Default::default(),
path: config_dir.join("db"),
};

polkadot_config.keystore = sc_service::config::KeystoreConfig::Path {
path: config_dir.join("keystore"),
password: None,
};
}

match config.roles {
Expand Down

0 comments on commit 704b25d

Please sign in to comment.