mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 18:26:28 -05:00
Remove traits in favour of public functions
This commit is contained in:
parent
578d23d7fc
commit
0945cee459
6 changed files with 19 additions and 29 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue