Browse Source

[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.
0.15
Felix Weis 7 years ago committed by GitHub
parent
commit
86279464b4
  1. 1
      src/rpc/blockchain.cpp

1
src/rpc/blockchain.cpp

@ -962,7 +962,6 @@ UniValue gettxout(const JSONRPCRequest& request) @@ -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