diff options
| author | MeshCollider <[email protected]> | 2017-10-09 09:48:07 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-11-18 00:50:58 +1300 |
| commit | 0530ba0eae147563921b162ed05347234d8b53c0 (patch) | |
| tree | 40d494bbef4a50def396d325004aa69bc6ddda01 /src/wallet/rpcwallet.cpp | |
| parent | Merge #11087: Diagnose unsuitable outputs in lockunspent(). (diff) | |
| download | discoin-0530ba0eae147563921b162ed05347234d8b53c0.tar.xz discoin-0530ba0eae147563921b162ed05347234d8b53c0.zip | |
Add -walletdir parameter to specify custom wallet dir
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 23559eb35..9a7861f97 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -26,6 +26,7 @@ #include <wallet/feebumper.h> #include <wallet/wallet.h> #include <wallet/walletdb.h> +#include <wallet/walletutil.h> #include <init.h> // For StartShutdown |