You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paste all three shares into the Combine > Shares text box
Expected result:
The proper secret is decoded, matching the original secret.
Actual result:
An error is immediately shown in the UI: Error: Wrong number of mnemonic groups. Expected $groupThreshold groups, but undefined were provided.
This also behaves the same with 3/5 split. Where an error is thrown unless exactly three shares are provided.
It should be possible to reconstruct a split secret from all of the shares, not just threshold shares.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Combine > Shares
text boxExpected result:
The proper secret is decoded, matching the original secret.
Actual result:
An error is immediately shown in the UI:
Error: Wrong number of mnemonic groups. Expected $groupThreshold groups, but undefined were provided.
This also behaves the same with 3/5 split. Where an error is thrown unless exactly three shares are provided.
It should be possible to reconstruct a split secret from all of the shares, not just
threshold
shares.The text was updated successfully, but these errors were encountered: