aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-09-20 13:50:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-09-22 11:52:13 +0200
commita09db7c19ad79cfdb2b0efa3a895ffd9114879ed (patch)
treed35667012c7387daa8263495817d2ebb0c2ea6be /doc/release-notes.md
parent0574ede5952a13cec9fa54766923c54d8a69edaf (diff)
downloadbitcoin-a09db7c19ad79cfdb2b0efa3a895ffd9114879ed.tar.xz
[trivial] Minor format fixes
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index e0c6ef586f..02270801e4 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -58,11 +58,11 @@ specified. It used to be the case that `-X -noX` ends up, unintuitively, with X
set, as `-X` had precedence over `-noX`. This is no longer the case. Like for
other software, the last specified value for an option will hold.
-`NODE_BLOOM` node service bit
-------------------------------
+`NODE_BLOOM` service bit
+------------------------
-Support for the `NODE_BLOOM` service bit, as described in [`BIP
-111'](https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki), has been
+Support for the `NODE_BLOOM` service bit, as described in [BIP
+111](https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki), has been
added to the P2P protocol code.
BIP 111 defines a service bit to allow peers to advertise that they support
@@ -70,7 +70,7 @@ bloom filters (such as used by SPV clients) explicitly. It also bumps the protoc
version to allow peers to identify old nodes which allow bloom filtering of the
connection despite lacking the new service bit.
-In this version, it only enforced for peer peers that send protocol versions
+In this version, it is only enforced for peers that send protocol versions
`>=70011`. For the next major version it is planned that this restriction will be
removed. It is recommended to update SPV clients to check for the `NODE_BLOOM`
service bit for nodes that report versions newer than 70011.