Skip to content

Commit

Permalink
Change internal api prefix to "internal"
Browse files Browse the repository at this point in the history
  • Loading branch information
mononaut committed Aug 28, 2023
1 parent d429093 commit fb69077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fb69077

Please sign in to comment.