slip39-js icon indicating copy to clipboard operation
slip39-js copied to clipboard

Continue if provided with more group shares than group threshold

Open tka85 opened this issue 4 years ago • 0 comments

Currently code fails if user provides more group shares than are needed: https://github.com/ilap/slip39-js/blob/4d4675c2c9e4cf52ba55bac233ca014086ed5840/src/slip39_helper.js#L455

Would it make sense to just take the first $neededShares and continue instead of failing?

tka85 avatar Feb 16 '20 10:02 tka85