Browse Source

clef: fix erroneous api version (#19234)

Martin Holst Swende 6 năm trước cách đây
mục cha
commit
316b63daf0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.