correcting the array name from pnSeeds6 to pnSeed6
This commit is contained in:
parent
e76acf3384
commit
d1b828bb46
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ bool GetLocal(CService& addr, const CNetAddr *paddrPeer)
|
||||||
return nBestScore >= 0;
|
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)
|
static std::vector<CAddress> convertSeed6(const std::vector<SeedSpec6> &vSeedsIn)
|
||||||
{
|
{
|
||||||
// It'll only connect to one or two seed nodes because once it connects,
|
// It'll only connect to one or two seed nodes because once it connects,
|
||||||
|
|
Loading…
Add table
Reference in a new issue