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,