mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-25 07:10:29 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue