Merge #11605: [Wallet] Enable RBF by default in QT
[bitcoinplatinum.git] / src / wallet / walletutil.h
blob50ff7364029180eefb95104e1dc885cd263a2044
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>
9 #include <util.h>
11 //! Get the path of the wallet directory.
12 fs::path GetWalletDir();
14 #endif // BITCOIN_WALLET_UTIL_H