Explorar o código

clef: fix erroneous api version (#19234)

Martin Holst Swende %!s(int64=6) %!d(string=hai) anos
pai
achega
316b63daf0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      signer/core/api.go

+ 1 - 1
signer/core/api.go

@@ -42,7 +42,7 @@ const (
 	// ExternalAPIVersion -- see extapi_changelog.md
 	ExternalAPIVersion = "6.0.0"
 	// InternalAPIVersion -- see intapi_changelog.md
-	InternalAPIVersion = "6s.0.0"
+	InternalAPIVersion = "6.0.0"
 )
 
 // ExternalAPI defines the external API through which signing requests are made.