Unbump api version as its not necessary

This commit is contained in:
zenground0 2023-03-06 08:37:28 -07:00
parent c81a51af5b
commit 394a7dbb34
7 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ func VersionForType(nodeType NodeType) (Version, error) {
// semver versions of the rpc api exposed // semver versions of the rpc api exposed
var ( var (
FullAPIVersion0 = newVer(1, 5, 0) FullAPIVersion0 = newVer(1, 5, 0)
FullAPIVersion1 = newVer(2, 4, 0) FullAPIVersion1 = newVer(2, 3, 0)
MinerAPIVersion0 = newVer(1, 5, 0) MinerAPIVersion0 = newVer(1, 5, 0)
WorkerAPIVersion0 = newVer(1, 7, 0) WorkerAPIVersion0 = newVer(1, 7, 0)

Binary file not shown.

Binary file not shown.

View File

@ -252,7 +252,7 @@ Response:
```json ```json
{ {
"Version": "string value", "Version": "string value",
"APIVersion": 132096, "APIVersion": 131840,
"BlockDelay": 42 "BlockDelay": 42
} }
``` ```

View File

@ -1477,7 +1477,7 @@ Perms: admin
Inputs: `null` Inputs: `null`
Response: `132096` Response: `131840`
## Add ## Add

View File

@ -301,7 +301,7 @@ Response:
```json ```json
{ {
"Version": "string value", "Version": "string value",
"APIVersion": 132096, "APIVersion": 131840,
"BlockDelay": 42 "BlockDelay": 42
} }
``` ```

View File

@ -358,7 +358,7 @@ Response:
```json ```json
{ {
"Version": "string value", "Version": "string value",
"APIVersion": 132096, "APIVersion": 131840,
"BlockDelay": 42 "BlockDelay": 42
} }
``` ```