Move protocol parent states into appropriate module

This commit is contained in:
rishflab 2021-01-08 10:52:07 +11:00
parent f64eede5d8
commit dcea54dbf1
13 changed files with 123 additions and 124 deletions

View file

@ -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;