Skip to content

Commit

Permalink
[docs] add release note for change to GBT
Browse files Browse the repository at this point in the history
GBT must now be called with the segwit rule.
  • Loading branch information
jnewbery committed Dec 10, 2018
1 parent 0025c9e commit d2ce315
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ platform.
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
---------------------------

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

- See the [Mining](#mining) section for changes to `getblocktemplate`.

Low-level changes
=================

Expand Down

0 comments on commit d2ce315

Please sign in to comment.