aboutsummaryrefslogtreecommitdiffstats
path: root/core/authenticator_test.go
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-10-16 17:22:58 +0800
committerGitHub <noreply@github.com>2018-10-16 17:22:58 +0800
commitbe7c5cc02e6b960abb92a63142d98cd3661ab4b4 (patch)
tree279c28a5799e86f00d2af76701292bad8e6a34ac /core/authenticator_test.go
parentfe0f16007f45232e40320f7b6d9f6f42af40c685 (diff)
downloadtangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.tar
tangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.tar.gz
tangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.tar.bz2
tangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.tar.lz
tangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.tar.xz
tangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.tar.zst
tangerine-consensus-be7c5cc02e6b960abb92a63142d98cd3661ab4b4.zip
core: New dexon ba (#210)
Diffstat (limited to 'core/authenticator_test.go')
-rw-r--r--core/authenticator_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/authenticator_test.go b/core/authenticator_test.go
index 074d521..b06b0a6 100644
--- a/core/authenticator_test.go
+++ b/core/authenticator_test.go
@@ -55,7 +55,7 @@ func (s *AuthenticatorTestSuite) TestVote() {
k := s.setupAuthenticator()
v := &types.Vote{
ProposerID: types.NodeID{Hash: common.NewRandomHash()},
- Type: types.VoteConfirm,
+ Type: types.VoteCom,
BlockHash: common.NewRandomHash(),
Period: 123,
Position: types.Position{