From 16019def84f61d4adc9e25e4bd2d0a6c8bf36c40 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 20 May 2023 01:41:36 +0300 Subject: run expiry after expiryTime automatically --- internal/quorum.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/quorum.go') diff --git a/internal/quorum.go b/internal/quorum.go index b506bfb..179efb1 100644 --- a/internal/quorum.go +++ b/internal/quorum.go @@ -27,7 +27,6 @@ func (q quorumMap) winner(config config) (string, error) { } func (q quorumMap) score(config config) (scores []score) { - q.cleanExpired() scoreMap := make(map[string]int) for _, vote := range q { -- cgit v1.2.3