improve log statements

This commit is contained in:
William Banfield
2022-05-19 13:43:26 -04:00
parent 8d9b227566
commit fa8f2ee0aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -773,7 +773,7 @@ func (ecs ExtendedCommitSig) ValidateBasic() error {
// this ExtendedCommitSig.
func (ecs ExtendedCommitSig) EnsureExtension() error {
if ecs.BlockIDFlag == BlockIDFlagCommit && len(ecs.ExtensionSignature) == 0 {
return errors.New("vote extension signature is missing")
return errors.New("vote extension data is missing")
}
return nil
}