From 2159c56aa2d81a0a36189b1b9ca4147b92fa322a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Jan 2017 14:19:12 +0200 Subject: [PATCH] test --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 108efd81a..6196d488b 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -593,6 +593,7 @@ Value kvupdate(const Array& params, bool fHelp) printf("have privkey derived from (%s)\n",(char *)params[3].get_str().c_str()); //printf("flags.%d (%s)\n",flags,params[2].get_str().c_str()); } + printf("params.%d flags.%d haveprivkey.%d (%s %s)\n",params.size(),flags,haveprivkey,(char *)params[1].get_str().c_str(),(char *)params[3].get_str().c_str()); LOCK2(cs_main, pwalletMain->cs_wallet); if ( (keylen= (int32_t)strlen(params[0].get_str().c_str())) > 0 ) {