diff --git a/doc/release-notes-31384.md b/doc/release-notes-31384.md new file mode 100644 index 00000000000000..b9c2abddb7884b --- /dev/null +++ b/doc/release-notes-31384.md @@ -0,0 +1,7 @@ +- Node and Mining + +--- + +- PR #31384 fixed an issue where duplicate coinbase transaction weight reservation occurred. The `getblocktemplate` RPC will now correctly creates blocks with a weight of `3,996,000` weight units, reserving `4,000` weight units for the coinbase transaction. + +- Bitcoin Core will now **fail to start** if users set the `-blockmaxweight` parameter above the maximum consensus block weight of `4,000,000` weight units.