aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-15 08:56:43 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-15 08:57:50 -0500
commiteca1273c3500497defe8de8fde817b096aa1b952 (patch)
tree64872b60294279c46b7664157fd7e4e1d3e4f922 /doc
parentbf3677a6bb48cd4fc963d274748f304a46d9ccd5 (diff)
parentfa178a6385bf300499fb18940051fc4142fb5b6b (diff)
downloadbitcoin-eca1273c3500497defe8de8fde817b096aa1b952.tar.xz
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblocktx
fa178a6385 [rpc] mining: Omit uninitialized currentblockweight, currentblocktx (MarcoFalke) Pull request description: Previously we'd report "0", which could be mistaken for a valid number. E.g. the number of transactions is 0 or the block weight is 0, whatever that means. Tree-SHA512: ee94ab203a329e272211b726f4c23edec4b09c650ec363b77fd59ad9264165d73064f78ebb9e11b5c2c543b73c157752410a307655560531c7d5444d203aa0ea
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 113b8c07d0..a6408cf1e6 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.