Browse Source

Fix channelsaddress

pull/51/head
Duke Leto 5 years ago
parent
commit
b6e93662c7
  1. 2
      src/wallet/rpcwallet.cpp

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

Loading…
Cancel
Save