Skip to content

Commit d1b828b

Browse files
committed
correcting the array name from pnSeeds6 to pnSeed6
1 parent e76acf3 commit d1b828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bool GetLocal(CService& addr, const CNetAddr *paddrPeer)
124124
return nBestScore >= 0;
125125
}
126126

127-
//! Convert the pnSeeds6 array into usable address objects.
127+
//! Convert the pnSeed6 array into usable address objects.
128128
static std::vector<CAddress> convertSeed6(const std::vector<SeedSpec6> &vSeedsIn)
129129
{
130130
// It'll only connect to one or two seed nodes because once it connects,

0 commit comments

Comments
 (0)