diff options
| author | MarcoFalke <[email protected]> | 2019-02-11 11:59:34 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-12 11:34:57 -0500 |
| commit | fa178a6385bf300499fb18940051fc4142fb5b6b (patch) | |
| tree | 65c7d92724a4d7b91c06c4a6b9d0eaf3e37189ad /doc/release-notes.md | |
| parent | Merge #15373: Move ParseConfirmTarget from rpc/mining to rpc/util (diff) | |
| download | discoin-fa178a6385bf300499fb18940051fc4142fb5b6b.tar.xz discoin-fa178a6385bf300499fb18940051fc4142fb5b6b.zip | |
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 113b8c07d..a6408cf1e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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. |