From fc3c4d7a63b4ae077dafe5714d73f268b1a60998 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jul 2018 05:53:24 -1100 Subject: [PATCH] Linker --- src/rpcserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcserver.h b/src/rpcserver.h index 2796c9476..17b6bf812 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -225,7 +225,7 @@ 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 rewardscreatefund(const UniValue& params, bool fHelp); +extern UniValue rewardscreatefunding(const UniValue& params, bool fHelp); extern UniValue rewardsaddfunding(const UniValue& params, bool fHelp); extern UniValue rewardslock(const UniValue& params, bool fHelp); extern UniValue rewardsunlock(const UniValue& params, bool fHelp);