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