Skip to content

Commit 8627946

Browse files
authored
[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.
1 parent e526ca6 commit 8627946

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,6 @@ UniValue gettxout(const JSONRPCRequest& request)
962962
" ,...\n"
963963
" ]\n"
964964
" },\n"
965-
" \"version\" : n, (numeric) The version\n"
966965
" \"coinbase\" : true|false (boolean) Coinbase or not\n"
967966
"}\n"
968967

0 commit comments

Comments
 (0)