Skip to content

Commit

Permalink
doc: typos, rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed May 25, 2024
1 parent 68f47ea commit e3da939
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ fn initialize_session_key_material(

/// Handshake state-machine to establish the secret material in the communication channel.
///
/// A handshake is first initialized to creat local materials needed to setup communication
/// A handshake is first initialized to create local materials needed to setup communication
/// channel between an *initiator* and a *responder*. The next step is to call `complete_materials`
/// no matter if initiator or responder, however the responder should already have the
/// necessary materials from their peers request. `complete_materials` creates the response
Expand Down
2 changes: 1 addition & 1 deletion proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A proxy process which allows V1-only clients to communicate over a V2 protocol.

## Running the Proxy

`cargo run --bin async`
`cargo run --bin proxy`

## Testing with Nakamoto

Expand Down
File renamed without changes.

0 comments on commit e3da939

Please sign in to comment.