aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/vote.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/vote.go')
-rw-r--r--core/types/vote.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/types/vote.go b/core/types/vote.go
index 5ef7db3..bbf2f26 100644
--- a/core/types/vote.go
+++ b/core/types/vote.go
@@ -29,9 +29,9 @@ type VoteType byte
// VoteType enum.
const (
- VoteAck VoteType = iota
- VoteConfirm
- VotePass
+ VoteInit VoteType = iota
+ VotePreCom
+ VoteCom
// Do not add any type below MaxVoteType.
MaxVoteType
)