We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b545a6e commit 84104c7Copy full SHA for 84104c7
src/rpc/rawtransaction.cpp
@@ -130,8 +130,8 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
130
" ],\n"
131
" \"blockhash\" : \"hash\", (string) the block hash\n"
132
" \"confirmations\" : n, (numeric) The confirmations\n"
133
- " \"time\" : ttt, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT)\n"
134
" \"blocktime\" : ttt (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)\n"
+ " \"time\" : ttt, (numeric) Same as \"blocktime\"\n"
135
"}\n"
136
137
"\nExamples:\n"
0 commit comments