mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-24 22:58:30 -04:00
Remove unused import
This commit is contained in:
parent
387a4da2f6
commit
5d7d72c826
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ use tracing::info;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
config::Config,
|
|
||||||
database::{Database, Swap},
|
database::{Database, Swap},
|
||||||
protocol::bob::{self, event_loop::EventLoopHandle, state::*},
|
protocol::bob::{self, event_loop::EventLoopHandle, state::*},
|
||||||
ExpiredTimelocks, SwapAmounts,
|
ExpiredTimelocks, SwapAmounts,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue