diff options
| author | practicalswift <[email protected]> | 2018-02-11 10:48:15 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-02-11 10:48:15 +0100 |
| commit | 11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch) | |
| tree | 743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /src/chainparamsseeds.h | |
| parent | Merge #12225: Mempool cleanups (diff) | |
| download | discoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.tar.xz discoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.zip | |
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 2b102c464..6e2b3c34a 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}, |