diff --git a/swap/src/bin/swap.rs b/swap/src/bin/swap.rs index 09ec0f88..87ba6845 100644 --- a/swap/src/bin/swap.rs +++ b/swap/src/bin/swap.rs @@ -81,7 +81,6 @@ async fn main() -> Result<()> { .behaviour_mut() .add_address(seller_peer_id, seller_addr); - let swap_id = Uuid::new_v4(); let (event_loop, mut event_loop_handle) = EventLoop::new( swap_id, swarm,