diff options
author | okayplanet <tyrick@gmail.com> | 2018-04-14 16:19:40 -0700 |
---|---|---|
committer | okayplanet <tyrick@gmail.com> | 2018-04-14 16:19:40 -0700 |
commit | d1b828bb4657aff6729a9c93369fb88e297ff462 (patch) | |
tree | 9fa37dcd1a8f536ec98f60931752b7f002b860d1 /src/net.cpp | |
parent | e76acf3384aca13cd2dd850568317c0ce44458ed (diff) |
correcting the array name from pnSeeds6 to pnSeed6
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index db40371772..356a66563f 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -124,7 +124,7 @@ bool GetLocal(CService& addr, const CNetAddr *paddrPeer) return nBestScore >= 0; } -//! Convert the pnSeeds6 array into usable address objects. +//! Convert the pnSeed6 array into usable address objects. static std::vector<CAddress> convertSeed6(const std::vector<SeedSpec6> &vSeedsIn) { // It'll only connect to one or two seed nodes because once it connects, |