[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:
Felix Weis 2017-08-11 12:16:55 +08:00 committed by GitHub
parent e526ca6284
commit 86279464b4
1 changed files with 0 additions and 1 deletions

View File

@ -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"