Skip to content

Commit

Permalink
Update message docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Sep 26, 2024
1 parent 4c7869e commit 159dc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT OR Apache-2.0

//! BIP324 encrypted transport for exchanging Bitcoin P2P messages. Much like TLS, a connection begins by exchanging ephemeral
//! BIP324 encrypted transport for exchanging bitcoin P2P *messages. Much like TLS, a connection begins by exchanging ephemeral
//! elliptic curve public keys and performing a Diffie-Hellman handshake. Thereafter, each participant derives shared session secrets, and may
//! freely exchange encrypted packets.
//!
Expand All @@ -14,7 +14,7 @@
//!
//! ## Application Messages
//!
//! Under the new V2 specification, messages are encoded slightly differently than V1.
//! Under the new V2 specification, P2P messages are encoded differently than V1.
//! Read more about the [specification](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki).
#![no_std]

Expand Down

0 comments on commit 159dc67

Please sign in to comment.