Fix channelsaddress

This commit is contained in:
Duke Leto
2019-12-13 09:47:49 -05:00
parent f70531c09c
commit b6e93662c7

View File

@@ -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<unsigned char> pubkey;