yenten  Artifact [93a15e8d99]

Artifact 93a15e8d99f9cfe764601de3062ba8dcf29e13fc:

  • Executable file src/qt/test/rpcnestedtests.h — part of check-in [9efa7d2d99] at 2018-10-27 00:47:13 on branch trunk — yenten 2.0.1 (user: ptr size: 549) [more...]

// Copyright (c) 2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#ifndef BITCOIN_QT_TEST_RPC_NESTED_TESTS_H
#define BITCOIN_QT_TEST_RPC_NESTED_TESTS_H

#include <QObject>
#include <QTest>

#include "txdb.h"
#include "txmempool.h"

class RPCNestedTests : public QObject
{
    Q_OBJECT

    private Q_SLOTS:
    void rpcNestedTests();

private:
    CCoinsViewDB *pcoinsdbview;
};

#endif // BITCOIN_QT_TEST_RPC_NESTED_TESTS_H