From 86279464b4ea207dfb2d978491ce80b849968105 Mon Sep 17 00:00:00 2001 From: Felix Weis Date: Fri, 11 Aug 2017 12:16:55 +0800 Subject: [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. --- src/rpc/blockchain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index d65e107e3c..607262f770 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -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" -- cgit v1.2.3