Skip to content

Commit

Permalink
change topic name for announce shard config
Browse files Browse the repository at this point in the history
  • Loading branch information
boqiu committed Dec 5, 2024
1 parent 31c5f6f commit 6ad7342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/network/src/types/topics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub const FIND_FILE_TOPIC: &str = "find_file";
pub const FIND_CHUNKS_TOPIC: &str = "find_chunks";
pub const ANNOUNCE_FILE_TOPIC: &str = "announce_file";
pub const ANNOUNCE_CHUNKS_TOPIC: &str = "announce_chunks";
pub const ANNOUNCE_SHARD_CONFIG_TOPIC: &str = "announce_shard_config";
pub const ANNOUNCE_SHARD_CONFIG_TOPIC: &str = "announce_shard_config_v2";

/// A gossipsub topic which encapsulates the type of messages that should be sent and received over
/// the pubsub protocol and the way the messages should be encoded.
Expand Down

0 comments on commit 6ad7342

Please sign in to comment.