mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
Pass through authority key with --dev (#2603)
This commit is contained in:
committed by
Gavin Wood
parent
f8303a6b57
commit
1638f6690e
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user