mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
Subkey should not import the entire world. (#7845)
There is no reason for subkey to import the default Substrate node to support a feature that would only be usable for the Substrate node. Subkey itself should be more the default key management binary for Substrate related chains. If certain chains require some special functionality, they can easily stick together their own "my-chain-key".
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
//! Subkey utility, based on node_runtime.
|
||||
|
||||
use node_runtime::Runtime;
|
||||
|
||||
fn main() -> Result<(), sc_cli::Error> {
|
||||
subkey::run::<Runtime>()
|
||||
subkey::run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user