Merge pull request #5933
341e238 use constant references for strings in functions in wallet/*.* (Philip Kaufmann)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user