boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
12 stars 5 forks source link

419 err pimod #455

Closed hridambasu closed 1 year ago

hridambasu commented 1 year ago

Closes #419 Draft of one change in error PiMod. When I change the match pattern as mentioned in the issue, and change the return type of the test function to Result<Option<()>>, I get the error:

the trait bound `std::option::Option<()>: Termination` is not satisfied
required for `std::result::Result<std::option::Option<()>, errors::InternalError>` to implement `Termination`(pimod.rs(574, 5): Error originated from macro call here
lib.rs(208, 30): required by a bound in `assert_test_result`.