aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2015-03-24 05:31:55 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2015-03-24 05:33:31 -0700
commit45d6d0bce54dd387a1328c8433340dece2bf59c8 (patch)
tree08b22ddc4058133b77ca7a733191889d62190d6d /src/wallet/wallet.h
parent46ba7a74a534dbe3b79007436626bc0e78915afa (diff)
parent341e2385d543ba96ae4d4eac649e9312537e1405 (diff)
downloadbitcoin-45d6d0bce54dd387a1328c8433340dece2bf59c8.tar.xz
Merge pull request #5933
341e238 use constant references for strings in functions in wallet/*.* (Philip Kaufmann)
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index fbcb56685e..3f5f2859b6 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -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.