Move BackupWallet to CWallet::BackupWallet

This commit is contained in:
Patrick Strateman
2016-05-16 17:31:16 -07:00
parent ecb9741ec3
commit 380498aba4
6 changed files with 44 additions and 43 deletions

View File

@@ -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