Merge pull request #5933

341e238 use constant references for strings in functions in wallet/*.* (Philip Kaufmann)
This commit is contained in:
Pieter Wuille
2015-03-24 05:31:55 -07:00
6 changed files with 10 additions and 10 deletions

View File

@@ -747,7 +747,7 @@ public:
void Flush(bool shutdown=false);
//! Verify the wallet database and perform salvage if required
static bool Verify(const std::string walletFile, std::string& warningString, std::string& errorString);
static bool Verify(const std::string& walletFile, std::string& warningString, std::string& errorString);
/**
* Address book entry changed.