mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
correcting the array name from pnSeeds6 to pnSeed6
This commit is contained in:
parent
e76acf3384
commit
d1b828bb46
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user