From b6e93662c7703f3a5a74715bcf22cab057e32069 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 13 Dec 2019 09:47:49 -0500 Subject: [PATCH] Fix channelsaddress --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 02c7a1f25..b8b4fd357 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -5682,7 +5682,7 @@ UniValue setpubkey(const UniValue& params, bool fHelp, const CPubKey& mypk) return result; } -UniValue channelsaddress(const UniValue& params, bool fHelp) +UniValue channelsaddress(const UniValue& params, bool fHelp, const CPubKey& mypk) { UniValue result(UniValue::VOBJ); struct CCcontract_info *cp,C; std::vector pubkey;