Skip to content

Commit

Permalink
fix: rename iroh to ceramic-one in agent (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored Nov 10, 2023
1 parent e041d82 commit bb96281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod event;
mod peer_manager;

pub const PROTOCOL_VERSION: &str = "ipfs/0.1.0";
pub const AGENT_VERSION: &str = concat!("iroh/", env!("CARGO_PKG_VERSION"));
pub const AGENT_VERSION: &str = concat!("ceramic-one/", env!("CARGO_PKG_VERSION"));

/// Libp2p behaviour for the node.
#[derive(NetworkBehaviour)]
Expand Down

0 comments on commit bb96281

Please sign in to comment.