Skip to content

Commit

Permalink
bitcoin#14981: rpc: Clarifying RPC getrawtransaction's time help text
Browse files Browse the repository at this point in the history
84104c7 clarifying getrawtransaction[time] get help text (Ben Carman)

Pull request description:

  bitcoin#12339

  The `time` and `blocktime` entries have the same value so they should have the same help text as well

Tree-SHA512: 1e9a94678eec8501c761f16bf3d8e269d68620596d1fdd31a32989a1b53be5a8097ece8bfabe99979e658dec82237e37d8194ae2acd7c1deef7501ee701667fb
  • Loading branch information
MarcoFalke authored and christiancfifi committed Aug 29, 2021
1 parent 5429e5d commit 0d06956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rawtransaction.cpp
Expand Up @@ -173,8 +173,8 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
" \"blockhash\" : \"hash\", (string) the block hash\n"
" \"height\" : n, (numeric) The block height\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"
" \"time\" : ttt, (numeric) Same as \"blocktime\"\n"
" \"instantlock\" : true|false, (bool) Current transaction lock state\n"
" \"instantlock_internal\" : true|false, (bool) Current internal transaction lock state\n"
" \"chainlock\" : true|false, (bool) The state of the corresponding block chainlock\n"
Expand Down

0 comments on commit 0d06956

Please sign in to comment.