Skip to content

Commit 864b42d

Browse files
committed
Temporarily remove taprootdn
1 parent 162e04b commit 864b42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pub struct Endpoint<'e>(Cow<'e, str>);
2020
impl<'e> Endpoint<'e> {
2121
/// The original `block-dn` server hosted at `block-dn.org`.
2222
pub const BLOCK_DN_ORG: Self = Self(Cow::Borrowed("https://block-dn.org"));
23-
/// Taproot-specific filters hosted by `2140.dev`.
24-
pub const TAPROOT_DN: Self = Self(Cow::Borrowed("https://taprootdn.xyz"));
23+
// Taproot-specific filters hosted by `2140.dev`.
24+
// pub const TAPROOT_DN: Self = Self(Cow::Borrowed("https://taprootdn.xyz"));
2525
/// Local host at port 8080.
2626
pub const LOCAL_HOST: Self = Self(Cow::Borrowed("https://127.0.0.1:8080"));
2727

0 commit comments

Comments
 (0)