From 146c996ec791463a2fc1391c1fe68a7352cb149a Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 11 May 2022 22:01:27 -0400 Subject: [PATCH] fix typo --- types/vote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vote.go b/types/vote.go index 8d24c995e..023bf52f7 100644 --- a/types/vote.go +++ b/types/vote.go @@ -27,7 +27,7 @@ var ( ErrVoteInvalidBlockHash = errors.New("invalid block hash") ErrVoteNonDeterministicSignature = errors.New("non-deterministic signature") ErrVoteNil = errors.New("nil vote") - ErrVoteExtensionAbsent = errors.New("vote extensions absent") + ErrVoteExtensionAbsent = errors.New("vote extension absent") ) type ErrVoteConflictingVotes struct {