This commit is contained in:
jl777
2018-07-24 09:15:43 -11:00
parent b08b67f211
commit d3e128d961
3 changed files with 4 additions and 4 deletions

View File

@@ -4851,7 +4851,7 @@ int32_t ensure_CCrequirements()
UniValue CCaddress(struct CCcontract_info *cp,char *name,std::vector<unsigned char> &pubkey)
{
UniValue result(UniValue::VOBJ); ; char destaddr[64],str[64];
{ uint8_t p[32]; Myprivkey(p); }
// { uint8_t p[32]; Myprivkey(p); }
result.push_back(Pair("result", "success"));
sprintf(str,"%sCCaddress",name);
if ( GetCCaddress(cp,destaddr,pubkey2pk(pubkey)) != 0 )