mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-30 19:21:19 +00:00
base58 inline in Debug
This commit is contained in:
parent
c9da72704e
commit
082953e34c
@ -46,7 +46,7 @@ pub struct PeerId {
|
|||||||
impl fmt::Debug for PeerId {
|
impl fmt::Debug for PeerId {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
f.debug_tuple("PeerId")
|
f.debug_tuple("PeerId")
|
||||||
.field(&self.to_base58())
|
.field(&self.to_string())
|
||||||
.finish()
|
.finish()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user