mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-02 14:56:10 -04:00
Rename alice::negotiate to steps
This module includes helper function for each state.
This commit is contained in:
parent
53d13330c2
commit
84bec0631b
3 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue