]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sun, 22 Jan 2017 17:49:53 +0000 (19:49 +0200)
committerjl777 <[email protected]>
Sun, 22 Jan 2017 17:49:53 +0000 (19:49 +0200)
src/rpcclient.cpp
src/wallet/rpcwallet.cpp

index 933b550a54af51d5e20de172b99ba97ba6858a16..5b89b18c488e07e741b32cdbe4d5ab2b2f0c2c2e 100644 (file)
@@ -113,7 +113,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
     { "notaries", 1 },
     { "minerids", 1 },
     { "kvsearch", 1 },
-    //{ "kvupdate", 4 },
+    { "kvupdate", 4 },
 };
 
 class CRPCConvertTable
index 838c8a9635312c2a701e35fef29ae77ce93e599a..9395ab64c4d710d4bca647315ab715dca73a240b 100644 (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 )
     {
This page took 0.03296 seconds and 4 git commands to generate.