aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAmiti Uttarwar <amiti@uttarwar.org>2019-02-02 19:48:54 -0800
committerAmiti Uttarwar <amiti@uttarwar.org>2019-02-04 08:32:08 -0800
commit47012391ec25eb76669c7ba2aa458c3ac611289c (patch)
tree0654a99afb14bb67473f037519b3247cb254c603 /doc
parenta47319dada2f08d60b124395aedaf943dd63b2e9 (diff)
downloadbitcoin-47012391ec25eb76669c7ba2aa458c3ac611289c.tar.xz
[Docs] Small updates to getrawtransaction description
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index a54b08848f..c23a7f6e0a 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -254,11 +254,11 @@ in the Low-level Changes section below.
- See the [Mining](#mining) section for changes to `getblocktemplate`.
-- The `getrawtransaction` RPC no longer checks the unspent UTXO set for
- a transaction. The remaining behaviors are as follows: 1. If a
- blockhash is provided, check the corresponding block. 2. If no
- blockhash is provided, check the mempool. 3. If no blockhash is
- provided but txindex is enabled, also check txindex.
+- The `getrawtransaction` RPC & REST endpoints no longer check the
+ unspent UTXO set for a transaction. The remaining behaviors are as
+ follows: 1. If a blockhash is provided, check the corresponding block.
+ 2. If no blockhash is provided, check the mempool. 3. If no blockhash
+ is provided but txindex is enabled, also check txindex.
Graphical User Interface (GUI)
------------------------------