Fix bug that breaks swap ID for logging

This commit is contained in:
Daniel Karzel 2021-05-20 14:52:36 +10:00
parent bdb88f89cb
commit 22bf48c287
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

View File

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