From b483858c81ea7082ae15c4211c8b70e191ef7201 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 05:34:02 -1100 Subject: [PATCH] dicefund --- src/rpcserver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpcserver.h b/src/rpcserver.h index 665ae5023..4da7c73c0 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -234,6 +234,7 @@ extern UniValue rewardsaddfunding(const UniValue& params, bool fHelp); extern UniValue rewardslock(const UniValue& params, bool fHelp); extern UniValue rewardsunlock(const UniValue& params, bool fHelp); extern UniValue diceaddress(const UniValue& params, bool fHelp); +extern UniValue dicefund(const UniValue& params, bool fHelp); extern UniValue dicelist(const UniValue& params, bool fHelp); extern UniValue diceinfo(const UniValue& params, bool fHelp); extern UniValue diceaddfunds(const UniValue& params, bool fHelp);