Browse Source

Merge #11029: [RPC] trivial: gettxout no longer shows version of tx

86279464b [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
0.15
MarcoFalke 7 years ago
parent
commit
96a63a3e0c
No known key found for this signature in database
GPG Key ID: D2EA4850E7528B25
  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