We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because of the check in code wordList.count.isMultiple(of: 4) here https://github.com/matter-labs/web3swift/blob/a4e4985c9ef97892ba56d78e9249f2485b262d1b/Sources/web3swift/KeystoreManager/BIP39.swift#L117 it does not work. It should be multiple of 3.
wordList.count.isMultiple(of: 4)
The text was updated successfully, but these errors were encountered:
thanks, @sche ! We will merge it in the next release!
Sorry, something went wrong.
Merge branch 'develop' of https://github.com/skywinder/web3swift into w…
2f36972
…eb3swift-teamgh-300-fix-mnemonic-check
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
The funding of 30.0 DAI (30.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @sche.
Merge pull request #301 from sche/gh-300-fix-mnemonic-check
22db259
fix mnemonicsToEntropy mnemonic length check
Successfully merging a pull request may close this issue.
Because of the check in code
wordList.count.isMultiple(of: 4)
here https://github.com/matter-labs/web3swift/blob/a4e4985c9ef97892ba56d78e9249f2485b262d1b/Sources/web3swift/KeystoreManager/BIP39.swift#L117 it does not work.It should be multiple of 3.
The text was updated successfully, but these errors were encountered: