added testtransactions rpc to table

This commit is contained in:
dimxy
2019-04-23 15:02:38 +05:00
parent f341b517a3
commit a8065c0462
2 changed files with 8 additions and 1 deletions

View File

@@ -260,7 +260,7 @@ static const CRPCCommand commands[] =
{ "hidden", "test_pricesmarker", &test_pricesmarker, true }
};
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
void RegisterTesttransactionsRPCCommands(CRPCTable &tableRPC)
{
for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
tableRPC.appendCommand(commands[vcidx].name, &commands[vcidx]);