Fix
This commit is contained in:
@@ -348,11 +348,11 @@ static const CRPCCommand vRPCCommands[] =
|
|||||||
{ "rewards", "rewardsfund", &rewardsfund, true },
|
{ "rewards", "rewardsfund", &rewardsfund, true },
|
||||||
{ "rewards", "rewardslock", &rewardslock, true },
|
{ "rewards", "rewardslock", &rewardslock, true },
|
||||||
{ "rewards", "rewardsunlock", &rewardsunlock, true },
|
{ "rewards", "rewardsunlock", &rewardsunlock, true },
|
||||||
{ "rewards", "rewardsaddress", &rewardsaddress true },
|
{ "rewards", "rewardsaddress", &rewardsaddress, true },
|
||||||
|
|
||||||
/* faucet */
|
/* faucet */
|
||||||
{ "faucet", "faucetfund", &faucetfund, true },
|
{ "faucet", "faucetfund", &faucetfund, true },
|
||||||
{ "faucet", "faucetget", &faucetget, true },
|
{ "faucet", "faucetget", &faucetget, true },
|
||||||
{ "faucet", "faucetaddress", &faucetaddress, true },
|
{ "faucet", "faucetaddress", &faucetaddress, true },
|
||||||
|
|
||||||
/* tokens */
|
/* tokens */
|
||||||
|
|||||||
Reference in New Issue
Block a user