@ -1209,8 +1209,7 @@ Value listtransactions(const Array& params, bool fHelp)
@@ -1209,8 +1209,7 @@ Value listtransactions(const Array& params, bool fHelp)
" category of transactions.\n"
"\"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive'\n"
" category of transactions.\n"
"\"txid\": \"transactionid\", (string) The transaction id (see https://blockchain.info/tx/[transactionid]. Available \n"
" for 'send' and 'receive' category of transactions.\n"
"\"txid\": \"transactionid\", (string) The transaction id. Available for 'send' and 'receive' category of transactions.\n"
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (midnight Jan 1 1970 GMT).\n"
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (midnight Jan 1 1970 GMT). Available \n"
" for 'send' and 'receive' category of transactions.\n"
@ -1375,7 +1374,7 @@ Value listsinceblock(const Array& params, bool fHelp)
@@ -1375,7 +1374,7 @@ Value listsinceblock(const Array& params, bool fHelp)
"\"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive' category of transactions.\n"
"\"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive' category of transactions.\n"
"\"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n"
"\"txid\": \"transactionid\", (string) The transaction id (see https://blockchain.info/tx/[transactionid]. Available for 'send' and 'receive' category of transactions.\n"
"\"txid\": \"transactionid\", (string) The transaction id. Available for 'send' and 'receive' category of transactions.\n"
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT).\n"
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (Jan 1 1970 GMT). Available for 'send' and 'receive' category of transactions.\n"
"\"comment\": \"...\", (string) If a comment is associated with the transaction.\n"
@ -1447,7 +1446,7 @@ Value gettransaction(const Array& params, bool fHelp)
@@ -1447,7 +1446,7 @@ Value gettransaction(const Array& params, bool fHelp)
"\"blockhash\" : \"hash\", (string) The block hash\n"
"\"blockindex\" : xx, (numeric) The block index\n"
"\"blocktime\" : ttt, (numeric) The time in seconds since epoch (1 Jan 1970 GMT)\n"
"\"txid\" : \"transactionid\", (string) The transaction id, see also https://blockchain.info/tx/[transactionid]\n"
"\"txid\" : \"transactionid\", (string) The transaction id.\n"
"\"time\" : ttt, (numeric) The transaction time in seconds since epoch (1 Jan 1970 GMT)\n"
"\"timereceived\" : ttt, (numeric) The time received in seconds since epoch (1 Jan 1970 GMT)\n"