test_ac added

This commit is contained in:
dimxy
2019-01-21 14:01:25 +05:00
parent 7937644f3e
commit 50b9f4fe83
3 changed files with 49 additions and 0 deletions

View File

@@ -537,6 +537,8 @@ static const CRPCCommand vRPCCommands[] =
{ "util", "reconsiderblock", &reconsiderblock, true },
/* Not shown in help */
{ "hidden", "setmocktime", &setmocktime, true },
{ "hidden", "test_ac", &test_ac, true },
#ifdef ENABLE_WALLET
/* Wallet */
{ "wallet", "resendwallettransactions", &resendwallettransactions, true},