mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
[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
@ -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 New Issue
Block a user