mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-03 16:17:27 +00:00
fix typo
This commit is contained in:
parent
5cc439228d
commit
cca72b62e9
@ -94,7 +94,7 @@ pub use peer_manager::{
|
|||||||
pub use service::{load_private_key, Context, Libp2pEvent, Service, NETWORK_KEY_FILENAME};
|
pub use service::{load_private_key, Context, Libp2pEvent, Service, NETWORK_KEY_FILENAME};
|
||||||
|
|
||||||
/// Defines the current P2P protocol version.
|
/// Defines the current P2P protocol version.
|
||||||
/// - v1: Broadcast FindFile & AnnounceFile messages in the whole network, which caused network too heavey.
|
/// - v1: Broadcast FindFile & AnnounceFile messages in the whole network, which caused network too heavy.
|
||||||
/// - v2: Publish NewFile to neighbors only and announce file via RPC message.
|
/// - v2: Publish NewFile to neighbors only and announce file via RPC message.
|
||||||
/// - v3: Add shard config in Status message.
|
/// - v3: Add shard config in Status message.
|
||||||
/// - v4: Refactor pubsub messages.
|
/// - v4: Refactor pubsub messages.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user