浏览代码

clef: fix erroneous api version (#19234)

Martin Holst Swende 6 年之前
父节点
当前提交
316b63daf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.