mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
use constant references for strings in functions in wallet/*.*
This commit is contained in:
@@ -345,7 +345,7 @@ void CWallet::Flush(bool shutdown)
|
||||
bitdb.Flush(shutdown);
|
||||
}
|
||||
|
||||
bool CWallet::Verify(const string walletFile, string& warningString, string& errorString)
|
||||
bool CWallet::Verify(const string& walletFile, string& warningString, string& errorString)
|
||||
{
|
||||
if (!bitdb.Open(GetDataDir()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user