From 22bf48c287b20b25fca7a133c3a6db7aba0f2ae0 Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Thu, 20 May 2021 14:52:36 +1000 Subject: [PATCH] Fix bug that breaks swap ID for logging --- swap/src/bin/swap.rs | 1 - 1 file changed, 1 deletion(-) 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,