-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Fix check for passphrase to seed derivation in BatClient::continueRecover #1636
Milestone
Comments
18 tasks
@jasonrsadler any QA steps for this? |
@bbondy Can you verify no-QA? |
can't we QA this with wrong seed phrase or something like that? |
Sure. @srirambv, use test plan from brave/brave-core#530 |
Verification Passed on
Verification Passed on
Verified passed with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
written
needs to be dereferenced on https://github.com/brave-intl/bat-native-ledger/blob/f8bb01713bfb05b69aab1720f5cca460303343f3/src/bat_client.cc#L1002Otherwise, the check is guaranteed to succeed and wallet recovery will continue regardless of whether the derivation of the wallet seed from the provided passphrase succeeded.
The text was updated successfully, but these errors were encountered: