![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "test/test_pivx.h"#include "test/data/sighash.json.h"#include "consensus/tx_verify.h"#include "serialize.h"#include "script/script.h"#include "script/interpreter.h"#include "util/system.h"#include "validation.h"#include "version.h"#include <iostream>#include <boost/test/unit_test.hpp>#include <univalue.h>Go to the source code of this file.
Functions | |
| UniValue | read_json (const std::string &jsondata) |
| BOOST_AUTO_TEST_CASE (sighash_test) | |
| BOOST_AUTO_TEST_CASE (sighash_from_data) | |
| BOOST_AUTO_TEST_CASE (malleated_tx) | |
| BOOST_AUTO_TEST_CASE | ( | malleated_tx | ) |
Definition at line 245 of file sighash_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | sighash_from_data | ) |
Definition at line 196 of file sighash_tests.cpp.
| BOOST_AUTO_TEST_CASE | ( | sighash_test | ) |
Definition at line 149 of file sighash_tests.cpp.
| UniValue read_json | ( | const std::string & | jsondata | ) |