all: remove version field from rpc.API

This commit is contained in:
lightclient@protonmail.com
2022-06-27 12:39:46 +02:00
parent 119f955686
commit 0c6f81f888
14 changed files with 2 additions and 38 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ func signer(c *cli.Context) error {
{
Namespace: "account",
Service: api,
Version: "1.0"},
},
}
if c.GlobalBool(utils.HTTPEnabledFlag.Name) {
vhosts := utils.SplitAndTrim(c.GlobalString(utils.HTTPVirtualHostsFlag.Name))