diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-02-11 10:48:15 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-02-11 10:48:15 +0100 |
commit | 11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch) | |
tree | 743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /src/chainparamsseeds.h | |
parent | 67447ba06057b8e83f962c82491d2fe6c5211f50 (diff) |
Fix a-vs-an typos
Diffstat (limited to 'src/chainparamsseeds.h')
-rw-r--r-- | src/chainparamsseeds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chainparamsseeds.h b/src/chainparamsseeds.h index 2b102c464f..6e2b3c34a2 100644 --- a/src/chainparamsseeds.h +++ b/src/chainparamsseeds.h @@ -5,7 +5,7 @@ * AUTOGENERATED by contrib/seeds/generate-seeds.py * * Each line contains a 16-byte IPv6 address and a port. - * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly. + * IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly. */ static SeedSpec6 pnSeed6_main[] = { {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0x13,0x05,0x7f}, 8333}, |