mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 19:50:43 +02:00
clarifying getrawtransaction[time] get help text
This commit is contained in:
parent
b545a6e689
commit
84104c781a
@ -130,8 +130,8 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
|
|||||||
" ],\n"
|
" ],\n"
|
||||||
" \"blockhash\" : \"hash\", (string) the block hash\n"
|
" \"blockhash\" : \"hash\", (string) the block hash\n"
|
||||||
" \"confirmations\" : n, (numeric) The confirmations\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"
|
" \"blocktime\" : ttt (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)\n"
|
||||||
|
" \"time\" : ttt, (numeric) Same as \"blocktime\"\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
|
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user