Merge pull request #25096 from lightclient/remove-version-field

all: remove version field
This commit is contained in:
Péter Szilágyi
2022-07-14 12:13:59 +03:00
committed by GitHub
14 changed files with 2 additions and 38 deletions
+1 -1
View File
@@ -591,7 +591,7 @@ func signer(c *cli.Context) error {
{
Namespace: "account",
Service: api,
Version: "1.0"},
},
}
if c.Bool(utils.HTTPEnabledFlag.Name) {
vhosts := utils.SplitAndTrim(c.String(utils.HTTPVirtualHostsFlag.Name))