diff options
author | John Newbery <john@johnnewbery.com> | 2018-11-26 12:42:47 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-12-10 16:42:14 -0500 |
commit | d2ce315fbfd8d8ed52bde9f714ded8c76521cce2 (patch) | |
tree | e1b5708c0032dfae0a0c5f5cf0df4e6e430308b5 /doc/release-notes.md | |
parent | 0025c9eae41654c204ecf31f7e134b91dc473a75 (diff) |
[docs] add release note for change to GBT
GBT must now be called with the segwit rule.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index f5c139e3f1..9465258310 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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 --------------------------- @@ -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 ================= |