[docs] add release note for change to GBT
GBT must now be called with the segwit rule.
This commit is contained in:
parent
0025c9eae4
commit
d2ce315fbf
1 changed files with 9 additions and 0 deletions
|
@ -65,6 +65,13 @@ platform.
|
||||||
Notable changes
|
Notable changes
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
Mining
|
||||||
|
------
|
||||||
|
|
||||||
|
- Calls to `getblocktemplate` will fail if the segwit rule is not specified.
|
||||||
|
Calling `getblocktemplate` without segwit specified is almost certainly
|
||||||
|
a misconfiguration since doing so results in lower rewards for the miner.
|
||||||
|
|
||||||
Command line option changes
|
Command line option changes
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
@ -182,6 +189,8 @@ in the Low-level Changes section below.
|
||||||
P2SH-P2WPKH, and P2SH-P2WSH. Requests for P2WSH and P2SH-P2WSH accept
|
P2SH-P2WPKH, and P2SH-P2WSH. Requests for P2WSH and P2SH-P2WSH accept
|
||||||
an additional `witnessscript` parameter.
|
an additional `witnessscript` parameter.
|
||||||
|
|
||||||
|
- See the [Mining](#mining) section for changes to `getblocktemplate`.
|
||||||
|
|
||||||
Low-level changes
|
Low-level changes
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue