[RPC] trivial: gettxout no longer shows version of tx
Since the switch to a per-txout chainstate db in #10195, the tx version information is no longer stored. Updated `gettxout` rpc help text accordingly.
This commit is contained in:
parent
e526ca6284
commit
86279464b4
1 changed files with 0 additions and 1 deletions
|
@ -962,7 +962,6 @@ UniValue gettxout(const JSONRPCRequest& request)
|
|||
" ,...\n"
|
||||
" ]\n"
|
||||
" },\n"
|
||||
" \"version\" : n, (numeric) The version\n"
|
||||
" \"coinbase\" : true|false (boolean) Coinbase or not\n"
|
||||
"}\n"
|
||||
|
||||
|
|
Loading…
Reference in a new issue