OSDN Git Service

remove is consensus
authorshenao78 <shenao.78@163.com>
Wed, 12 Jun 2019 07:32:01 +0000 (15:32 +0800)
committershenao78 <shenao.78@163.com>
Wed, 12 Jun 2019 07:32:01 +0000 (15:32 +0800)
api/bbft.go

index c4319c4..64e4dec 100644 (file)
@@ -7,7 +7,6 @@ import (
 type voteInfo struct {
        PubKey      string `json:"pub_key"`
        VoteNum     uint64 `json:"vote_num"`
-       IsConsensus bool   `json:"is_consensus"`
 }
 
 func (a *API) getVoteResult(req struct {