Skip to content

Commit

Permalink
Update tss/frost/resharing/resharing.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Aug 13, 2024
1 parent 9843088 commit d65f2fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tss/frost/resharing/resharing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d65f2fa

Please sign in to comment.