mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-23 05:41:07 -05:00
Fix bug that breaks swap ID for logging
This commit is contained in:
parent
bdb88f89cb
commit
22bf48c287
@ -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…
Reference in New Issue
Block a user