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