From 8e4b4f683a0b342cec24cd51b1e98433034ea2ea Mon Sep 17 00:00:00 2001 From: Amiti Uttarwar Date: Wed, 13 Feb 2019 19:22:40 -0800 Subject: Address test todos by removing -txindex to nodes. Originally added when updating getrawtransaction to stop searching unspent utxos. --- doc/REST-interface.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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/.` -- cgit v1.2.3