Rename alice::negotiate to steps

This module includes helper function for each state.
This commit is contained in:
Franck Royer 2020-12-15 16:49:38 +11:00
parent 53d13330c2
commit 84bec0631b
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
3 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ mod message0;
mod message1;
mod message2;
mod message3;
mod negotiate;
mod steps;
pub mod swap;
pub type Swarm = libp2p::Swarm<Behaviour>;