mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-02 14:07:23 +00:00
Adds support for inspecting a hex encoded public key (#7344)
* Adds support for inspecting a hex encoded public key This adds support for inspecting hex encoded public keys to subkey. The command looks like: `subkey inspect --public 0xPUBLICHEX` * Update client/cli/src/commands/utils.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ impl GenerateCmd {
|
||||
mnemonic.phrase(),
|
||||
password,
|
||||
self.network_scheme.network.clone(),
|
||||
output
|
||||
output,
|
||||
)
|
||||
);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user