21 | Pruned peers can offer the same services as traditional peer except of serving all historical blocks.
22 | Bitcoin right now only offers the NODE_NETWORK service bit which indicates that a peer can serve
23 | all historical blocks.
24 | # Pruned peers can relay blocks, headers, transactions, addresses and can serve a limited number of historical blocks, thus they should have a way how to announce their service(s)
25 | -# Peers no longer in initial block download should consider connection some of its outbound connections to pruned peers to allow other peers to bootstrap from non-pruned peers
26 | +# Peers no longer in initial block download should consider connect some of its outbound connections to pruned peers to allow other peers to bootstrap from non-pruned peers