Skip to content

Fix the error when signatures from different set of shares or different messages are sent in parallel#13

Open
narcis2007 wants to merge 2 commits intouniwire:masterfrom
narcis2007:master
Open

Fix the error when signatures from different set of shares or different messages are sent in parallel#13
narcis2007 wants to merge 2 commits intouniwire:masterfrom
narcis2007:master

Conversation

@narcis2007
Copy link
Copy Markdown

Now we can request different signatures from different set of shares in parallel without errors, it will just wait until the threshold for them is reached before proceeding instead of failing

threshold: params[0].to_string(),
parties: params[1].to_string(),
x: y_sum.x_coor().unwrap().to_str_radix(10),
y: y_sum.x_coor().unwrap().to_str_radix(10),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be y_coor(), shouldn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants