You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:

With this PR:

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
Copy file name to clipboardExpand all lines: _releases/0.16.0.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ used to create `rpcauth` credentials for a JSON-RPC user.
187
187
### Validateaddress improvements
188
188
189
189
The `validateaddress` RPC output has been extended with a few new fields, and support for segwit addresses (both P2SH and Bech32). Specifically:
190
+
190
191
* A new field `iswitness` is True for P2WPKH and P2WSH addresses ("bc1..." addresses), but not for P2SH-wrapped segwit addresses (see below).
191
192
* The existing field `isscript` will now also report True for P2WSH addresses.
192
193
* 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