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



Co-authored-by: TDevD <dev@samouraiwallet.com>
pull/540/head
bors[bot] 3 years ago committed by GitHub
commit 6743801c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save