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;