533: fix typo r=da-kami a=SamouraiDev



Co-authored-by: TDevD <dev@samouraiwallet.com>
This commit is contained in:
bors[bot] 2021-05-25 02:46:36 +00:00 committed by GitHub
commit 6743801c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}