From c7719c4abfa447643fc353cde57edd93d4178f61 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 9 Sep 2018 22:03:07 -1100 Subject: [PATCH] UniValue channelsinfo(const UniValue& params, bool fHelp) --- src/rpcserver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpcserver.h b/src/rpcserver.h index 2f9d74aed..0061956ba 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -242,6 +242,7 @@ extern UniValue gatewaysbind(const UniValue& params, bool fHelp); extern UniValue gatewaysdeposit(const UniValue& params, bool fHelp); extern UniValue gatewaysclaim(const UniValue& params, bool fHelp); extern UniValue gatewayswithdraw(const UniValue& params, bool fHelp); +extern UniValue channelsinfo(const UniValue& params, bool fHelp); extern UniValue channelsbind(const UniValue& params, bool fHelp); extern UniValue channelsopen(const UniValue& params, bool fHelp); extern UniValue channelspayment(const UniValue& params, bool fHelp);