aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorokayplanet <tyrick@gmail.com>2018-04-14 16:19:40 -0700
committerokayplanet <tyrick@gmail.com>2018-04-14 16:19:40 -0700
commitd1b828bb4657aff6729a9c93369fb88e297ff462 (patch)
tree9fa37dcd1a8f536ec98f60931752b7f002b860d1 /src
parente76acf3384aca13cd2dd850568317c0ce44458ed (diff)
downloadbitcoin-d1b828bb4657aff6729a9c93369fb88e297ff462.tar.xz
correcting the array name from pnSeeds6 to pnSeed6
Diffstat (limited to 'src')
-rw-r--r--src/net.cpp2
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,