Move StartingBalances into protocol module

This commit is contained in:
Daniel Karzel 2021-01-20 13:29:46 +11:00
parent 41e335fc2d
commit 37f619dbfc
6 changed files with 20 additions and 14 deletions

View file

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