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

@ -4,7 +4,7 @@ use crate::{
database::{Database, Swap},
execution_params::ExecutionParams,
monero,
monero::{InsufficientFunds, WalletBlockHeight},
monero::InsufficientFunds,
protocol::bob::{self, event_loop::EventLoopHandle, state::*, QuoteRequest},
};
use anyhow::{bail, Result};