This commit is contained in:
jl777
2018-09-10 06:55:02 -11:00
parent bfd5344dc8
commit 3242301d14
2 changed files with 14 additions and 4 deletions

View File

@@ -356,9 +356,9 @@ static const CRPCCommand vRPCCommands[] =
/* fsm */
{ "FSM", "FSMaddress", &FSMaddress, true },
{ "FSMcreate", "FSMcreate", &FSMcreate, true },
{ "FSMlist", "FSMlist", &FSMlist, true },
{ "FSMinfo", "FSMinfo", &FSMinfo, true },
{ "FSM", "FSMcreate", &FSMcreate, true },
{ "FSM", "FSMlist", &FSMlist, true },
{ "FSM", "FSMinfo", &FSMinfo, true },
/* rewards */
{ "rewards", "rewardslist", &rewardslist, true },