Browse Source

Merge pull request #7066

5c2fd38 Add missing "blocktime" description to listtransactions help, fix formatting. (Pavel Janík)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
02a0f348c2
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/wallet/rpcwallet.cpp

1
src/wallet/rpcwallet.cpp

@ -1426,6 +1426,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) @@ -1426,6 +1426,7 @@ UniValue listtransactions(const UniValue& 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"
" \"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\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"

Loading…
Cancel
Save