From d65f2faafc36067317f4e085f8721ee880bf6fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Petruni=C4=87?= Date: Tue, 13 Aug 2024 12:28:57 +0200 Subject: [PATCH] Update tss/frost/resharing/resharing.go --- tss/frost/resharing/resharing.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tss/frost/resharing/resharing.go b/tss/frost/resharing/resharing.go index a9a53b70..2eae4e20 100644 --- a/tss/frost/resharing/resharing.go +++ b/tss/frost/resharing/resharing.go @@ -150,7 +150,6 @@ func (r *Resharing) ValidCoordinators() []peer.ID { } func (r *Resharing) StartParams(readyPeers []peer.ID) []byte { - startParams := &startParams{ PublicKey: r.key.Key.PublicKey, VerificationShares: r.key.Key.VerificationShares,