Skip to content

Commit 84104c7

Browse files
committed
clarifying getrawtransaction[time] get help text
1 parent b545a6e commit 84104c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
130130
" ],\n"
131131
" \"blockhash\" : \"hash\", (string) the block hash\n"
132132
" \"confirmations\" : n, (numeric) The confirmations\n"
133-
" \"time\" : ttt, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT)\n"
134133
" \"blocktime\" : ttt (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)\n"
134+
" \"time\" : ttt, (numeric) Same as \"blocktime\"\n"
135135
"}\n"
136136

137137
"\nExamples:\n"

0 commit comments

Comments
 (0)