mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #533
533: fix typo r=da-kami a=SamouraiDev Co-authored-by: TDevD <dev@samouraiwallet.com>
This commit is contained in:
commit
6743801c71
@ -183,7 +183,7 @@ async fn main() -> Result<()> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
info!(perr_id = %event_loop.peer_id(), "Our peer id");
|
info!(peer_id = %event_loop.peer_id(), "Our peer-id");
|
||||||
|
|
||||||
event_loop.run().await;
|
event_loop.run().await;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user