mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Updated seed
This commit is contained in:
parent
b5cb227322
commit
d65a9adb59
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ use util::LOGGER;
|
||||||
|
|
||||||
// DNS Seeds with contact email associated
|
// DNS Seeds with contact email associated
|
||||||
const DNS_SEEDS: &'static [&'static str] = &[
|
const DNS_SEEDS: &'static [&'static str] = &[
|
||||||
"t3.seed.grin-tech.org", // igno.peverell@protonmail.com
|
"t4.seed.grin-tech.org", // igno.peverell@protonmail.com
|
||||||
"seed.grin.lesceller.com", // q.lesceller@gmail.com
|
|
||||||
"t3.grin-seed.prokapi.com", // info@prokapi.com
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pub fn connect_and_monitor(
|
pub fn connect_and_monitor(
|
||||||
|
|
Loading…
Reference in a new issue