Skip to content

Commit ea0b199

Browse files
author
MarcoFalke
committed
Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text
84104c7 clarifying getrawtransaction[time] get help text (Ben Carman) Pull request description: #12339 The `time` and `blocktime` entries have the same value so they should have the same help text as well Tree-SHA512: 1e9a94678eec8501c761f16bf3d8e269d68620596d1fdd31a32989a1b53be5a8097ece8bfabe99979e658dec82237e37d8194ae2acd7c1deef7501ee701667fb
2 parents 346196b + 84104c7 commit ea0b199

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)