mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
doc: add release note for mining option validation
This commit is contained in:
9
doc/release-notes-33966.md
Normal file
9
doc/release-notes-33966.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Mining
|
||||
------
|
||||
|
||||
- The IPC mining interface now rejects out-of-range block template options
|
||||
instead of silently clamping them, such as oversized reserved block weight or
|
||||
coinbase sigops limits. (#33966)
|
||||
|
||||
- The `-blockmaxweight` startup option is now rejected when it is lower than
|
||||
`-blockreservedweight`, instead of being silently clamped. (#33966)
|
||||
Reference in New Issue
Block a user