Fix bug that breaks swap ID for logging

pull/518/head
Daniel Karzel 3 years ago
parent bdb88f89cb
commit 22bf48c287
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

@ -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,

Loading…
Cancel
Save