apiclient: Version client funcs

This commit is contained in:
Łukasz Magiera
2021-03-25 15:39:48 +01:00
parent 9223a8e5ff
commit e003977559
9 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -220,5 +220,5 @@ func GetFullNodeAPI(ctx context.Context, repo string) (api.FullNode, jsonrpc.Cli
return nil, nil, err
}
return client.NewFullNodeRPC(ctx, addr, headers)
return client.NewFullNodeRPCV1(ctx, addr, headers)
}