mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-21 05:14:40 -04:00
Remove unused type
This commit is contained in:
parent
3398ef8236
commit
e56c48ee23
2 changed files with 0 additions and 4 deletions
|
@ -206,8 +206,6 @@ fn init_alice_event_loop(
|
||||||
EventLoop::new(alice_transport, alice_behaviour, listen, peer_id)
|
EventLoop::new(alice_transport, alice_behaviour, listen, peer_id)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub type Swarm = libp2p::Swarm<Behaviour>;
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub enum OutEvent {
|
pub enum OutEvent {
|
||||||
ConnectionEstablished(PeerId),
|
ConnectionEstablished(PeerId),
|
||||||
|
|
|
@ -44,8 +44,6 @@ pub struct Swap {
|
||||||
pub swap_id: Uuid,
|
pub swap_id: Uuid,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub type Swarm = libp2p::Swarm<Behaviour>;
|
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub enum OutEvent {
|
pub enum OutEvent {
|
||||||
ConnectionEstablished(PeerId),
|
ConnectionEstablished(PeerId),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue