[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.
pull/11029/head
Felix Weis 7 years ago committed by GitHub
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…
Cancel
Save