Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updating...
[bitcoinplatinum.git] / src / rpc / safemode.h
blob8466d6b2f975a7b5b39edd0480f6684f08ee54e8
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_RPC_SAFEMODE_H
6 #define BITCOIN_RPC_SAFEMODE_H
8 static const bool DEFAULT_DISABLE_SAFEMODE = true;
10 void ObserveSafeMode();
12 #endif // BITCOIN_RPC_SAFEMODE_H