From 14cfb1b72c6df7f5e14ad757d81d98939163760a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 18:54:03 -1100 Subject: [PATCH] Test --- src/rpcserver.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rpcserver.h b/src/rpcserver.h index 70407673a..eb9f69247 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -224,10 +224,10 @@ extern UniValue tokenfillswap(const UniValue& params, bool fHelp); extern UniValue faucetfund(const UniValue& params, bool fHelp); extern UniValue faucetget(const UniValue& params, bool fHelp); extern UniValue faucetaddress(const UniValue& params, bool fHelp); -extern UniValue rewardsaddress(const UniValue& params, bool fHelp) -extern UniValue rewardsfund(const UniValue& params, bool fHelp) -extern UniValue rewardslock(const UniValue& params, bool fHelp) -extern UniValue rewardsunlock(const UniValue& params, bool fHelp) +extern UniValue rewardsaddress(const UniValue& params, bool fHelp); +extern UniValue rewardsfund(const UniValue& params, bool fHelp); +extern UniValue rewardslock(const UniValue& params, bool fHelp); +extern UniValue rewardsunlock(const UniValue& params, bool fHelp); extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpcwallet.cpp //extern UniValue getnewaddress64(const UniValue& params, bool fHelp); // in rpcwallet.cpp