From fb690779e45345c103434d63f0a13514a4da8aa5 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 28 Aug 2023 16:45:20 +0900 Subject: [PATCH] Change internal api prefix to "internal" --- src/rest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest.rs b/src/rest.rs index 0a92ad1a..c72f8c0b 100644 --- a/src/rest.rs +++ b/src/rest.rs @@ -52,7 +52,7 @@ const TTL_MEMPOOL_RECENT: u32 = 5; // ttl for GET /mempool/recent const CONF_FINAL: usize = 10; // reorgs deeper than this are considered unlikely // internal api prefix -const INTERNAL_PREFIX: &str = "internal-api"; +const INTERNAL_PREFIX: &str = "internal"; #[derive(Serialize, Deserialize)] struct BlockValue {