diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki index 6943db72..2ac5e9e4 100644 --- a/bip-0159.mediawiki +++ b/bip-0159.mediawiki @@ -13,15 +13,15 @@ == Abstract == -Define a service bit that allow pruned peers to signal their limited services +Define a service bit that allows pruned peers to signal their limited services. ==Motivation== -Pruned peers can offer the same services as traditional peer except of serving all historical blocks. -Bitcoin right now only offers the NODE_NETWORK service bit which indicates that a peer can serve +Pruned peers can offer the same services as traditional peers, except that of serving all historical blocks. +Bitcoin right now only offers the NODE_NETWORK service bit to indicate that a peer can serve all historical blocks. # Pruned peers can relay blocks, headers, transactions, and addresses, but they only guarantee serving a minimum number of historical blocks; thus, they should have a way to announce their service(s) -# Peers no longer in initial block download should consider connecting some of its outbound connections to pruned peers to allow other peers to bootstrap from non-pruned peers +# Peers no longer in initial block download should consider connecting some of their outbound connections to pruned peers, to allow other peers to bootstrap from non-pruned peers == Specification == @@ -44,7 +44,7 @@ Full nodes following this BIP SHOULD relay address/services (addrSHOULD NOT serve blocks deeper than the signaled NODE_NETWORK_LIMITED threshold of 288 blocks.