-
Notifications
You must be signed in to change notification settings - Fork 201
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
Wallet not found, passphrase error #328
Comments
Not sure, looks like the database or link to the database is different. Please check the link to database and make sure the database is not overwritten during an image rebuild. |
No, the database is not overwritten when the image is rebuilt, the problem is only with bitcoin and Litecoin wallets,everything else works successfully in the project |
It's hard to tell why the wallet cannot be found without knowing the details of your project. |
resolved with db_uri |
I am using docker for my project and database, volumes are configured correctly.When I do a re-build of the image(update to code)
I get an error:
bitcoinlib.wallets.WalletError: Wallet 'wallet_name' not found, please specify correct wallet ID or name.
Then got this:
PassphraseError: Wrong passphrase
How to fix that?
The text was updated successfully, but these errors were encountered: