[#1389] cli: Make ape-manager list performed with generated wallet
Some checks failed
DCO action / DCO (pull_request) Successful in 41s
Build / Build Components (pull_request) Successful in 1m31s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m32s
Tests and linters / gopls check (pull_request) Successful in 2m25s
Tests and linters / Run gofumpt (pull_request) Successful in 3m15s
Tests and linters / Tests with -race (pull_request) Successful in 4m14s
Tests and linters / Staticcheck (pull_request) Successful in 4m16s
Tests and linters / Tests (pull_request) Successful in 4m35s
Tests and linters / Lint (pull_request) Successful in 5m1s
Vulncheck / Vulncheck (pull_request) Failing after 1m4s
Some checks failed
DCO action / DCO (pull_request) Successful in 41s
Build / Build Components (pull_request) Successful in 1m31s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m32s
Tests and linters / gopls check (pull_request) Successful in 2m25s
Tests and linters / Run gofumpt (pull_request) Successful in 3m15s
Tests and linters / Tests with -race (pull_request) Successful in 4m14s
Tests and linters / Staticcheck (pull_request) Successful in 4m16s
Tests and linters / Tests (pull_request) Successful in 4m35s
Tests and linters / Lint (pull_request) Successful in 5m1s
Vulncheck / Vulncheck (pull_request) Failing after 1m4s
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
44913898ef
commit
12955be08b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var listCmd = &cobra.Command{
|
|||
func list(cmd *cobra.Command, _ []string) {
|
||||
target := parseTarget(cmd)
|
||||
|
||||
key := key.Get(cmd)
|
||||
key := key.GetOrGenerate(cmd)
|
||||
cli := internalclient.GetSDKClientByFlag(cmd, key, commonflags.RPC)
|
||||
|
||||
resp, err := cli.APEManagerListChains(cmd.Context(),
|
||||
|
|
Loading…
Add table
Reference in a new issue