Merge #12283: Fix typos
1340eda3b7
Fix typos (practicalswift)
Pull request description:
Fix typos.
Tree-SHA512: 533a136831387ef26e9a74ba078437496bee38cc026da73fa9e6f6e7f4d5665eccac24cf3ef05e6d3af1329a1214f5ce71b039ddb8378b074e6d4408b8701f95
This commit is contained in:
commit
1b06ed136f
9 changed files with 11 additions and 11 deletions
|
@ -126,7 +126,7 @@ public:
|
||||||
|
|
||||||
// Note that of those which support the service bits prefix, most only support a subset of
|
// Note that of those which support the service bits prefix, most only support a subset of
|
||||||
// possible options.
|
// possible options.
|
||||||
// This is fine at runtime as we'll fall back to using them as a oneshot if they dont support the
|
// This is fine at runtime as we'll fall back to using them as a oneshot if they don't support the
|
||||||
// service bits we want, but we should get them updated to support all service bits wanted by any
|
// service bits we want, but we should get them updated to support all service bits wanted by any
|
||||||
// release ASAP to avoid it where possible.
|
// release ASAP to avoid it where possible.
|
||||||
vSeeds.emplace_back("seed.bitcoin.sipa.be"); // Pieter Wuille, only supports x1, x5, x9, and xd
|
vSeeds.emplace_back("seed.bitcoin.sipa.be"); // Pieter Wuille, only supports x1, x5, x9, and xd
|
||||||
|
|
|
@ -294,7 +294,7 @@ enum ServiceFlags : uint64_t {
|
||||||
* Thus, generally, avoid calling with peerServices == NODE_NONE, unless
|
* Thus, generally, avoid calling with peerServices == NODE_NONE, unless
|
||||||
* state-specific flags must absolutely be avoided. When called with
|
* state-specific flags must absolutely be avoided. When called with
|
||||||
* peerServices == NODE_NONE, the returned desirable service flags are
|
* peerServices == NODE_NONE, the returned desirable service flags are
|
||||||
* guaranteed to not change dependant on state - ie they are suitable for
|
* guaranteed to not change dependent on state - ie they are suitable for
|
||||||
* use when describing peers which we know to be desirable, but for which
|
* use when describing peers which we know to be desirable, but for which
|
||||||
* we do not have a confirmed set of service flags.
|
* we do not have a confirmed set of service flags.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue