mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 21:59:10 +02:00
wallet: make BackupWallet() const
This commit is contained in:
@@ -4004,7 +4004,7 @@ void CWallet::postInitProcess()
|
||||
chain().requestMempoolTransactions(*this);
|
||||
}
|
||||
|
||||
bool CWallet::BackupWallet(const std::string& strDest)
|
||||
bool CWallet::BackupWallet(const std::string& strDest) const
|
||||
{
|
||||
return database->Backup(strDest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user