mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-23 14:48:55 +02:00
353 B
353 B
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
-blockmaxweightstartup option is now rejected when it is lower than-blockreservedweight, instead of being silently clamped. (#33966)