fix: cli: Make net connect
to miner address work
This commit is contained in:
parent
2db6b12b78
commit
edae783cf4
@ -367,7 +367,7 @@ func AddrInfoFromArg(ctx context.Context, cctx *cli.Context) ([]peer.AddrInfo, e
|
|||||||
pis = append(pis, pi)
|
pis = append(pis, pi)
|
||||||
}
|
}
|
||||||
|
|
||||||
return pis, err
|
return pis, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
var NetId = &cli.Command{
|
var NetId = &cli.Command{
|
||||||
|
Loading…
Reference in New Issue
Block a user