mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 16:24:48 +02:00
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
This commit is contained in:
@@ -263,6 +263,9 @@ in the Low-level Changes section below.
|
||||
|
||||
- See the [Mining](#mining) section for changes to `getblocktemplate`.
|
||||
|
||||
- The `getmininginfo` RPC now omits `currentblockweight` and `currentblocktx`
|
||||
when a block was never assembled via RPC on this node.
|
||||
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user