1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00

Make debug format similar to bitcoind

This commit is contained in:
Roman Zeyde 2018-05-18 10:37:52 +03:00
parent e14f7f7174
commit d38308797e
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -118,7 +118,7 @@ impl fmt::Debug for HeaderList {
write!(
f,
"height {}, best {} @ {}",
"best={} height={} @ {}",
self.height(),
self.tip(),
last_block_time,