mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
chore: fix typo
This commit is contained in:
@@ -43,7 +43,7 @@ impl ProtocolVersion {
|
||||
/// Create a new version protocol. Makes a version and version ack
|
||||
/// subscription, then adds them to a version protocol instance.
|
||||
pub async fn new(channel: ChannelPtr, settings: SettingsPtr) -> Arc<Self> {
|
||||
// Creates a versi5on subscription
|
||||
// Creates a version subscription
|
||||
let version_sub =
|
||||
channel.subscribe_msg::<VersionMessage>().await.expect("Missing version dispatcher!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user