diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-01-28 13:14:54 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-01-28 13:21:25 +0100 |
commit | 1340eda3b7b6ca2789d6ec65dad72ee4c3844661 (patch) | |
tree | 8e1ef2755ead1bd1de86ccc28387767326d381e0 /src/chainparams.cpp | |
parent | 9cf6393a4f82b9c81d3b4b468a17a89db10531a2 (diff) |
Fix typos
Diffstat (limited to 'src/chainparams.cpp')
-rw-r--r-- | src/chainparams.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 96e9b2727b..6eb223171f 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -126,7 +126,7 @@ public: // Note that of those which support the service bits prefix, most only support a subset of // 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 // release ASAP to avoid it where possible. vSeeds.emplace_back("seed.bitcoin.sipa.be"); // Pieter Wuille, only supports x1, x5, x9, and xd |