mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-15 00:29:08 -05:00
fix typo
This commit is contained in:
parent
ca6cb0a76a
commit
5da075f533
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