aboutsummaryrefslogtreecommitdiffstats
path: root/core/agreement_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/agreement_test.go')
-rw-r--r--core/agreement_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/agreement_test.go b/core/agreement_test.go
index 4ddff8d..dfeb783 100644
--- a/core/agreement_test.go
+++ b/core/agreement_test.go
@@ -34,6 +34,10 @@ type agreementTestReceiver struct {
agreementIndex int
}
+func (r *agreementTestReceiver) VerifyPartialSignature(*types.Vote) bool {
+ return true
+}
+
func (r *agreementTestReceiver) ProposeVote(vote *types.Vote) {
r.s.voteChan <- vote
}