From 80c521e2f24340c12593c8a459dcea7a74cee806 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Tue, 29 Apr 2014 15:06:17 -0400 Subject: [PATCH] Deleted Lines Not Part Of decoderawtransaction More lines which were copy/pasted from getrawtransaction but which aren't displayed by decoderawtransaction. --- src/rpcrawtransaction.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 6794285548d..e86d6808e19 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -404,7 +404,6 @@ Value decoderawtransaction(const Array& params, bool fHelp) "\nResult:\n" "{\n" - " \"hex\" : \"data\", (string) The serialized, hex-encoded data for 'txid'\n" " \"txid\" : \"id\", (string) The transaction id\n" " \"version\" : n, (numeric) The version\n" " \"locktime\" : ttt, (numeric) The lock time\n" @@ -437,10 +436,6 @@ Value decoderawtransaction(const Array& params, bool fHelp) " }\n" " ,...\n" " ],\n" - " \"blockhash\" : \"hash\", (string) the block hash\n" - " \"confirmations\" : n, (numeric) The confirmations\n" - " \"time\" : ttt, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT)\n" - " \"blocktime\" : ttt (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)\n" "}\n" "\nExamples:\n"