@@ -1417,7 +1417,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp)
1417
1417
" \" amount\" : x.xxx, (numeric) The amount in " + CURRENCY_UNIT + " . This is negative for the 'send' category, and for the\n "
1418
1418
" 'move' category for moves outbound. It is positive for the 'receive' category,\n "
1419
1419
" and for the 'move' category for inbound funds.\n "
1420
- " \" vout\" : n, (numeric) the vout value\n "
1420
+ " \" vout\" : n, (numeric) the vout value\n "
1421
1421
" \" fee\" : x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + " . This is negative and only available for the \n "
1422
1422
" 'send' category of transactions.\n "
1423
1423
" \" confirmations\" : n, (numeric) The number of confirmations for the transaction. Available for 'send' and \n "
@@ -1426,12 +1426,13 @@ UniValue listtransactions(const UniValue& params, bool fHelp)
1426
1426
" category of transactions.\n "
1427
1427
" \" blockindex\" : n, (numeric) The block index containing the transaction. Available for 'send' and 'receive'\n "
1428
1428
" category of transactions.\n "
1429
+ " \" blocktime\" : xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n "
1429
1430
" \" txid\" : \" transactionid\" , (string) The transaction id. Available for 'send' and 'receive' category of transactions.\n "
1430
1431
" \" time\" : xxx, (numeric) The transaction time in seconds since epoch (midnight Jan 1 1970 GMT).\n "
1431
1432
" \" timereceived\" : xxx, (numeric) The time received in seconds since epoch (midnight Jan 1 1970 GMT). Available \n "
1432
1433
" for 'send' and 'receive' category of transactions.\n "
1433
1434
" \" comment\" : \" ...\" , (string) If a comment is associated with the transaction.\n "
1434
- " \" label\" : \" label\" (string) A comment for the address/transaction, if any\n "
1435
+ " \" label\" : \" label\" (string) A comment for the address/transaction, if any\n "
1435
1436
" \" otheraccount\" : \" accountname\" , (string) For the 'move' category of transactions, the account the funds came \n "
1436
1437
" from (for receiving funds, positive amounts), or went to (for sending funds,\n "
1437
1438
" negative amounts).\n "
0 commit comments