Skip to content
Snippets Groups Projects
Commit e7f25ebd authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix printing of subkey when using the `--network` override (#6932)


* Fix printing of subkey when using the `--network` override

This fixes a bug where `--network` did not printed the account ss58 address for the
requested network. Basically we now always print all account ss58 addresses using the
requested network.

* Review comments

* Fixes test

* Update client/cli/src/commands/inspect.rs

Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>

* Update client/cli/src/commands/utils.rs

Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>

* Fix more tests

Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>
parent 8ae16955
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment