Skip to content

Commit 96a63a3

Browse files
author
MarcoFalke
committed
Merge #11029: [RPC] trivial: gettxout no longer shows version of tx
8627946 [RPC] trivial: gettxout no longer shows version of tx (Felix Weis) Pull request description: 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. Tree-SHA512: 3d7f42ef0f649056ece98bf22a1e972d1876324733adc81fa31bc2cd160550c5b6cb8682209fb8e8dbc56a8139ed5f5f0e740945f709039e69d52997ddbca7b8
2 parents e526ca6 + 8627946 commit 96a63a3

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)