test transaction moved to a separate file

added a new test tx to try to spend bettx marker
This commit is contained in:
dimxy
2019-04-23 14:23:16 +05:00
parent b56dc25c8d
commit 37aa2fbe88
5 changed files with 6 additions and 189 deletions

View File

@@ -571,10 +571,6 @@ static const CRPCCommand vRPCCommands[] =
{ "util", "reconsiderblock", &reconsiderblock, true },
/* Not shown in help */
{ "hidden", "setmocktime", &setmocktime, true },
{ "hidden", "test_ac", &test_ac, true },
{ "hidden", "test_heirmarker", &test_heirmarker, true },
{ "hidden", "test_proof", &test_proof, true },
{ "hidden", "test_burntx", &test_burntx, true },
#ifdef ENABLE_WALLET