diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-02-19 16:30:36 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-02-19 16:31:20 +0100 |
commit | 38429c4b622887f2c1db15a7826215477ca6868c (patch) | |
tree | ab273db5a3afd702e145892f0191475c0286207f /doc | |
parent | 3e4fd407538160daf4267a784d308e8368177edc (diff) | |
parent | 8e4b4f683a0b342cec24cd51b1e98433034ea2ea (diff) |
Merge #15404: [test] Remove -txindex to start nodes
8e4b4f683a0b342cec24cd51b1e98433034ea2ea Address test todos by removing -txindex to nodes. Originally added when updating getrawtransaction to stop searching unspent utxos. (Amiti Uttarwar)
Pull request description:
Original todos added when removing getrawtransaction default behavior of searching unspent utxos.
Tree-SHA512: d080953c3b0d2e5dca2265a15966dc25985a614c9cc86271ecd6276178ce428c85e262c24df92501695c32fed7beec0339b989f03cce91b57fb2efba201b7809
Diffstat (limited to 'doc')
-rw-r--r-- | doc/REST-interface.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index d21df36130..02a665008b 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -20,7 +20,8 @@ Supported API Given a transaction hash: returns a transaction in binary, hex-encoded binary, or JSON formats. -For full TX query capability, one must enable the transaction index via "txindex=1" command line / configuration option. +By default, this endpoint will only search the mempool. +To query for a confirmed transaction, enable the transaction index via "txindex=1" command line / configuration option. #### Blocks `GET /rest/block/<BLOCK-HASH>.<bin|hex|json>` |