bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
759 stars 261 forks source link

Fix: update always round.ok #282

Closed ZhAnGeek closed 8 months ago

ZhAnGeek commented 8 months ago

Fix: update always round.ok

In for loop of round.Update(), return immediately will cause not setting round.ok[] in this call of Update(). This fix assures that round.ok[] being set when message comes and the round.Update() is called.