doc: Remove note about bdb wallets

This commit is contained in:
MarcoFalke 2025-05-07 17:41:07 +02:00
parent eeeef88d46
commit fab5e2a094
No known key found for this signature in database

View File

@ -82,7 +82,7 @@ In the GUI, there is no specific menu item to unlock the wallet. When the user s
To backup the wallet, the `backupwallet` RPC or the `Backup Wallet` GUI menu item must be used to ensure the file is in a safe state when the copy is made.
In the RPC, the destination parameter must include the name of the file. Otherwise, the command will return an error message like "Error: Wallet backup failed!" for descriptor wallets. If it is a legacy wallet, it will be copied and a file will be created with the default file name `wallet.dat`.
In the RPC, the destination parameter must include the name of the file. Otherwise, the command will return an error message like "Error: Wallet backup failed!".
```
$ bitcoin-cli -rpcwallet="wallet-01" backupwallet /home/node01/Backups/backup-01.dat