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:
parent
e14f7f7174
commit
d38308797e
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ impl fmt::Debug for HeaderList {
|
|||
|
||||
write!(
|
||||
f,
|
||||
"height {}, best {} @ {}",
|
||||
"best={} height={} @ {}",
|
||||
self.height(),
|
||||
self.tip(),
|
||||
last_block_time,
|
||||
|
|
Loading…
Add table
Reference in a new issue