Skip to content

Commit d2ce315

Browse files
committed
[docs] add release note for change to GBT
GBT must now be called with the segwit rule.
1 parent 0025c9e commit d2ce315

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ platform.
6565
Notable changes
6666
===============
6767

68+
Mining
69+
------
70+
71+
- Calls to `getblocktemplate` will fail if the segwit rule is not specified.
72+
Calling `getblocktemplate` without segwit specified is almost certainly
73+
a misconfiguration since doing so results in lower rewards for the miner.
74+
6875
Command line option changes
6976
---------------------------
7077

@@ -182,6 +189,8 @@ in the Low-level Changes section below.
182189
P2SH-P2WPKH, and P2SH-P2WSH. Requests for P2WSH and P2SH-P2WSH accept
183190
an additional `witnessscript` parameter.
184191

192+
- See the [Mining](#mining) section for changes to `getblocktemplate`.
193+
185194
Low-level changes
186195
=================
187196

0 commit comments

Comments
 (0)