Skip to content

Commit d01851e

Browse files
authored
Merge pull request #525 from rustaceanrob/11-22-dns
net: Add achow to DNS seeds
2 parents 095aa69 + b7646f5 commit d01851e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/network/dns.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ extern crate alloc;
22
use bitcoin::Network;
33
use std::net::IpAddr;
44

5-
const SIGNET_SEEDS: &[&str; 2] = &["seed.dlsouza.lol", "seed.signet.bitcoin.sprovoost.nl"];
5+
const SIGNET_SEEDS: &[&str; 3] = &[
6+
"seed.dlsouza.lol",
7+
"seed.signet.bitcoin.sprovoost.nl",
8+
"seed.signet.achownodes.xyz",
9+
];
610

711
const TESTNET_SEEDS: &[&str; 4] = &[
812
"testnet-seed.bitcoin.jonasschnelli.ch",

0 commit comments

Comments
 (0)