1 // Copyright (c) 2017 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #ifndef BITCOIN_WALLET_UTIL_H
6 #define BITCOIN_WALLET_UTIL_H
8 #include <chainparamsbase.h>
11 //! Get the path of the wallet directory.
12 fs::path
GetWalletDir();
14 #endif // BITCOIN_WALLET_UTIL_H