mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-23 06:51:10 -04:00
Move protocol parent states into appropriate module
This commit is contained in:
parent
f64eede5d8
commit
dcea54dbf1
13 changed files with 123 additions and 124 deletions
|
@ -9,7 +9,7 @@ use swap::{
|
|||
database::Database,
|
||||
monero,
|
||||
network::transport::build,
|
||||
protocol::{alice, alice::swap::AliceState, bob, bob::swap::BobState},
|
||||
protocol::{alice, alice::AliceState, bob, bob::BobState},
|
||||
SwapAmounts,
|
||||
};
|
||||
use tempfile::tempdir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue