mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Move BackupWallet to CWallet::BackupWallet
This commit is contained in:
@@ -447,7 +447,7 @@ bool WalletModel::changePassphrase(const SecureString &oldPass, const SecureStri
|
||||
|
||||
bool WalletModel::backupWallet(const QString &filename)
|
||||
{
|
||||
return BackupWallet(*wallet, filename.toLocal8Bit().data());
|
||||
return wallet->BackupWallet(filename.toLocal8Bit().data());
|
||||
}
|
||||
|
||||
// Handlers for core signals
|
||||
|
||||
Reference in New Issue
Block a user