removed monero seed nodes

This commit is contained in:
jcktm 2018-08-08 14:44:38 +10:00
parent 79406a28a0
commit 7596268155

View file

@ -127,10 +127,8 @@ namespace nodetool
virtual std::map<std::string, time_t> get_blocked_hosts() { CRITICAL_REGION_LOCAL(m_blocked_hosts_lock); return m_blocked_hosts; }
private:
const std::vector<std::string> m_seed_nodes_list =
{ "seeds.moneroseeds.se"
, "seeds.moneroseeds.ae.org"
, "seeds.moneroseeds.ch"
, "seeds.moneroseeds.li"
{
// TODO(loki): "seeds.loki.network"
};
bool islimitup=false;