Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
[bitcoinplatinum.git] / src / qt / test / rpcnestedtests.h
blob59d7f37841bf0b12be74ff8c53e4ae0b5899c0ac
1 // Copyright (c) 2016 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_QT_TEST_RPC_NESTED_TESTS_H
6 #define BITCOIN_QT_TEST_RPC_NESTED_TESTS_H
8 #include <QObject>
9 #include <QTest>
11 #include "txdb.h"
12 #include "txmempool.h"
14 class RPCNestedTests : public QObject
16 Q_OBJECT
18 private Q_SLOTS:
19 void rpcNestedTests();
22 #endif // BITCOIN_QT_TEST_RPC_NESTED_TESTS_H