Skip to content

Commit 1aa9649

Browse files
committed
Merge #575: [Trivial] Add required missing whitespace to 0.16.0 release notes
5ea5aa0 [Trivial] Add required missing whitespace to 0.16.0 release notes (David A. Harding) Pull request description: While doing my final checks before pushing the merge of #573, I noticed another formatting error in the 0.16.0 release docs due to the difference between GitHub Markdown and this site's Kramdown Markdown. Before this PR: ![2018-07-12-07_51_10_927161235](https://user-images.githubusercontent.com/61096/42631498-629e1022-85a8-11e8-918a-6c2715641aa3.png) With this PR: ![2018-07-12-07_51_43_425864003](https://user-images.githubusercontent.com/61096/42631531-7631d15a-85a8-11e8-8bc4-facf6d938cf6.png) I did a check of the *whole* document this time to make sure there are no other obvious formatting problems. I also confirmed that the 0.16.0 release notes in the bitcoin/bitcoin repository render without these problems on GitHub. Sorry for the noise. Tree-SHA512: e4b351a6cf2707de53d0a4c43d092b77d868910fd9583b87f9e89ffc80fff1bb27f83b7b04973fa337f769234178409e1617fad4ceee38e14c0d4452a6c6bf5e
2 parents 4d6916f + 5ea5aa0 commit 1aa9649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_releases/0.16.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ used to create `rpcauth` credentials for a JSON-RPC user.
187187
### Validateaddress improvements
188188

189189
The `validateaddress` RPC output has been extended with a few new fields, and support for segwit addresses (both P2SH and Bech32). Specifically:
190+
190191
* A new field `iswitness` is True for P2WPKH and P2WSH addresses ("bc1..." addresses), but not for P2SH-wrapped segwit addresses (see below).
191192
* The existing field `isscript` will now also report True for P2WSH addresses.
192193
* A new field `embedded` is present for all script addresses where the script is known and matches something that can be interpreted as a known address. This is particularly true for P2SH-P2WPKH and P2SH-P2WSH addresses. The value for `embedded` includes much of the information `validateaddress` would report if invoked directly on the embedded address.

0 commit comments

Comments
 (0)