mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-24 15:25:28 -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
|
@ -7,7 +7,7 @@ use swap::{
|
|||
config::Config,
|
||||
database::Database,
|
||||
monero,
|
||||
protocol::{alice, alice::swap::AliceState, bob},
|
||||
protocol::{alice, alice::AliceState, bob},
|
||||
};
|
||||
use tempfile::tempdir;
|
||||
use testcontainers::clients::Cli;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue