]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Fri, 20 Jan 2017 19:15:28 +0000 (21:15 +0200)
committerjl777 <[email protected]>
Fri, 20 Jan 2017 19:15:28 +0000 (21:15 +0200)
src/wallet/rpcwallet.cpp

index 1c3e0582d75fe29d2def26bf82b6f6f6acfb01ef..d203e63e2513f66f67ce50d16281b56c0ed199c0 100644 (file)
@@ -597,7 +597,7 @@ Value kvupdate(const Array& params, bool fHelp)
         if (!destaddress.IsValid())
             throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid dest Bitcoin address");
         SendMoney(destaddress.Get(),10000,false,wtx,opretbuf,opretlen,fee);
-        ret.push_back(Pair("txid",wtx.GetHash()));
+        ret.push_back(Pair("txid",wtx.GetHash().GetHex()));
  } else ret.push_back(Pair("error",(char *)"null key"));
     return ret;
 }
This page took 0.031186 seconds and 4 git commands to generate.