ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
975 stars 308 forks source link

fix non nightly build failure #83

Closed kigawas closed 4 years ago

kigawas commented 4 years ago

may need to remove #82 when rocket supports non nightly we should make tests pass on stable, beta and nightly (if possible)

kigawas commented 4 years ago

can you merge this?