mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
[Docs] Small updates to getrawtransaction description
This commit is contained in:
@@ -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)
|
||||
------------------------------
|
||||
|
||||
Reference in New Issue
Block a user