diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 2e454c7aa..4d766d5ae 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -348,11 +348,11 @@ static const CRPCCommand vRPCCommands[] = { "rewards", "rewardsfund", &rewardsfund, true }, { "rewards", "rewardslock", &rewardslock, true }, { "rewards", "rewardsunlock", &rewardsunlock, true }, - { "rewards", "rewardsaddress", &rewardsaddress true }, + { "rewards", "rewardsaddress", &rewardsaddress, true }, /* faucet */ - { "faucet", "faucetfund", &faucetfund, true }, - { "faucet", "faucetget", &faucetget, true }, + { "faucet", "faucetfund", &faucetfund, true }, + { "faucet", "faucetget", &faucetget, true }, { "faucet", "faucetaddress", &faucetaddress, true }, /* tokens */