Skip to content

Commit

Permalink
Fix ECDSA keygen round2 message store
Browse files Browse the repository at this point in the history
  • Loading branch information
yycen committed Dec 23, 2021
1 parent 62459ad commit b5c733d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecdsa/keygen/round_2.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ func (round *round2) Start() *tss.Error {
round.temp.kgRound2Message1s[j] = r2msg1
continue
}
round.temp.kgRound2Message1s[i] = r2msg1
round.out <- r2msg1
}

Expand Down

0 comments on commit b5c733d

Please sign in to comment.