PIVX Core  5.6.99
P2P Digital Currency
sapling_test_fixture.h
Go to the documentation of this file.
1 // Copyright (c) 2020-2021 The PIVX Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or https://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef PIVX_TEST_LIBRUST_SAPLING_TEST_FIXTURE_H
6 #define PIVX_TEST_LIBRUST_SAPLING_TEST_FIXTURE_H
7 
8 #include "test/test_pivx.h"
9 
14 {
15  explicit SaplingTestingSetup(const std::string& chainName = CBaseChainParams::MAIN);
17 };
18 
23 {
25 };
26 
27 
28 #endif // PIVX_TEST_LIBRUST_SAPLING_TEST_FIXTURE_H
static const std::string MAIN
Chain name strings.
Regtest setup with sapling always active.
Testing setup that configures a complete environment for Sapling testing.
SaplingTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)