taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures
Apache License 2.0
311 stars 120 forks source link

TestKeygen fails in the refresh module #7

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

image

There's a failing test on the main branch, and also on the public release commit.

Steps to reproduce

go test ./protocols/refresh on the main branch.

cronokirby commented 3 years ago

All the tests now pass on the main branch, so this can be considered fixed!