aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-02-11 10:48:15 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-02-11 10:48:15 +0100
commit11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch)
tree743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /contrib/seeds
parent67447ba06057b8e83f962c82491d2fe6c5211f50 (diff)
downloadbitcoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.tar.xz
Fix a-vs-an typos
Diffstat (limited to 'contrib/seeds')
-rwxr-xr-xcontrib/seeds/generate-seeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/generate-seeds.py b/contrib/seeds/generate-seeds.py
index 28068a7523..2790ef4acd 100755
--- a/contrib/seeds/generate-seeds.py
+++ b/contrib/seeds/generate-seeds.py
@@ -124,7 +124,7 @@ def main():
g.write(' * AUTOGENERATED by contrib/seeds/generate-seeds.py\n')
g.write(' *\n')
g.write(' * Each line contains a 16-byte IPv6 address and a port.\n')
- g.write(' * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.\n')
+ g.write(' * IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly.\n')
g.write(' */\n')
with open(os.path.join(indir,'nodes_main.txt'),'r') as f:
process_nodes(g, f, 'pnSeed6_main', 8333)