mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-02 06:46:06 -04:00
Move StartingBalances into protocol module
This commit is contained in:
parent
41e335fc2d
commit
37f619dbfc
6 changed files with 20 additions and 14 deletions
|
@ -9,9 +9,9 @@ use swap::{
|
|||
bitcoin,
|
||||
config::Config,
|
||||
monero,
|
||||
protocol::{alice, alice::AliceState, bob, bob::BobState},
|
||||
protocol::{alice, alice::AliceState, bob, bob::BobState, StartingBalances},
|
||||
seed::Seed,
|
||||
StartingBalances, SwapAmounts,
|
||||
SwapAmounts,
|
||||
};
|
||||
use tempfile::tempdir;
|
||||
use testcontainers::{clients::Cli, Container};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue