Pass through authority key with --dev (#2603)

This commit is contained in:
Jordan Beauchamp
2019-05-29 02:51:10 +12:00
committed by Gavin Wood
parent f8303a6b57
commit 1638f6690e
+1 -1
View File
@@ -465,7 +465,7 @@ where
config.keys.push(key);
}
if cli.shared_params.dev {
if cli.shared_params.dev && cli.keyring.account.is_none() {
config.keys.push("//Alice".into());
}