Skip to content

Commit 3fef58c

Browse files
committed
Merge #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6
d1b828b correcting the array name from pnSeeds6 to pnSeed6 (okayplanet) Pull request description: After reading this comment, I tried to grep the code base for `pnSeeds6` but couldn't find anything. After some time wasted, I realized the arrays actually start with `pnSeed6`. Tree-SHA512: 78a66d96128267278c7b02dbc0c966a7447cb258c71b04be5a00de8ed10ee11437550bbbf7dd4208315a59d19408a31b62774ae6dbc521261818dece4970a602
2 parents e76acf3 + d1b828b commit 3fef58c

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)