mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
Deleted Lines Not Part Of decoderawtransaction
More lines which were copy/pasted from getrawtransaction but which aren't displayed by decoderawtransaction.
This commit is contained in:
parent
5cc0133ae5
commit
80c521e2f2
1 changed files with 0 additions and 5 deletions
|
@ -404,7 +404,6 @@ Value decoderawtransaction(const Array& params, bool fHelp)
|
|||
|
||||
"\nResult:\n"
|
||||
"{\n"
|
||||
" \"hex\" : \"data\", (string) The serialized, hex-encoded data for 'txid'\n"
|
||||
" \"txid\" : \"id\", (string) The transaction id\n"
|
||||
" \"version\" : n, (numeric) The version\n"
|
||||
" \"locktime\" : ttt, (numeric) The lock time\n"
|
||||
|
@ -437,10 +436,6 @@ Value decoderawtransaction(const Array& params, bool fHelp)
|
|||
" }\n"
|
||||
" ,...\n"
|
||||
" ],\n"
|
||||
" \"blockhash\" : \"hash\", (string) the block hash\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"
|
||||
"}\n"
|
||||
|
||||
"\nExamples:\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue