This commit is contained in:
jl777
2017-01-22 19:49:53 +02:00
parent d5f1c65384
commit 3bd1350002
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "notaries", 1 },
{ "minerids", 1 },
{ "kvsearch", 1 },
//{ "kvupdate", 4 },
{ "kvupdate", 4 },
};
class CRPCConvertTable

View File

@@ -506,7 +506,7 @@ Value kvupdate(const Array& params, bool fHelp)
haveprivkey = 0;
memset(&sig,0,sizeof(sig));
memset(&privkey,0,sizeof(privkey));
memset(&refprivkey,0,sizeof(refpubkey));
memset(&refpubkey,0,sizeof(refpubkey));
memset(&pubkey,0,sizeof(pubkey));
if ( (n= (int32_t)params.size()) >= 3 )
{