Skip to content

Commit

Permalink
Fix bootstrap protocol name
Browse files Browse the repository at this point in the history
  • Loading branch information
aterentic-ethernal committed Sep 25, 2024
1 parent 3a685ad commit 3c39bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::{
const MINIMUM_SUPPORTED_BOOTSTRAP_VERSION: &str = "0.1.1";
const MINIMUM_SUPPORTED_LIGHT_CLIENT_VERSION: &str = "1.9.2";
pub const KADEMLIA_PROTOCOL_BASE: &str = "/avail_kad/id/1.0.0";
pub const IDENTITY_PROTOCOL: &str = "/avail_kad/id/1.0.0";
pub const IDENTITY_PROTOCOL: &str = "/avail/light/1.0.0";
pub const IDENTITY_AGENT_BASE: &str = "avail-light-client";
pub const IDENTITY_AGENT_ROLE: &str = "bootstrap";
pub const IDENTITY_AGENT_CLIENT_TYPE: &str = "rust-client";
Expand Down

0 comments on commit 3c39bec

Please sign in to comment.