client: Rename flag ark-url into asp-url (#234)

This commit is contained in:
Marco Argentieri
2024-08-09 17:08:17 +02:00
committed by GitHub
parent a8ed0bf6a4
commit ff28f00730
5 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ var explorerUrls = map[string]string{
func (c *clArkBitcoinCLI) Init(ctx *cli.Context) error {
key := ctx.String("prvkey")
net := strings.ToLower(ctx.String("network"))
url := ctx.String("ark-url")
url := ctx.String("asp-url")
explorer := ctx.String("explorer")
var explorerURL string