From: paladz <453256728@qq.com> Date: Fri, 22 May 2020 20:26:44 +0000 (+0800) Subject: add version number X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=37cfb5078dea700527b778aa3362e5426517e40c add version number --- diff --git a/protocol/bbft.go b/protocol/bbft.go index 1a143b84..02accaf2 100644 --- a/protocol/bbft.go +++ b/protocol/bbft.go @@ -30,7 +30,6 @@ func signCacheKey(blockHash, pubkey string) string { } func (c *Chain) checkDoubleSign(bh *types.BlockHeader, xPub string) error { - return nil blockHashes, err := c.store.GetBlockHashesByHeight(bh.Height) if err != nil { return err diff --git a/version/version.go b/version/version.go index 89d69221..1af5b076 100644 --- a/version/version.go +++ b/version/version.go @@ -47,7 +47,7 @@ const ( var ( // The full version string - Version = "1.1.2" + Version = "1.1.3" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)" GitCommit string Status *UpdateStatus