Remove traits in favour of public functions

This commit is contained in:
Daniel Karzel 2021-02-25 10:34:22 +11:00
parent 578d23d7fc
commit 0945cee459
6 changed files with 19 additions and 29 deletions

View file

@ -21,7 +21,6 @@ use swap::{
execution_params,
execution_params::{ExecutionParams, GetExecutionParams},
monero,
monero::Refresh,
protocol::{alice, alice::AliceState, bob, bob::BobState},
seed::Seed,
};