Skip to content

Commit

Permalink
node-data: add iteration to header debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Oct 8, 2024
1 parent f2e0282 commit ccd230c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-data/src/ledger/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl std::fmt::Debug for Header {
f.debug_struct("Header")
.field("version", &self.version)
.field("height", &self.height)
.field("iteration", &self.iteration)
.field("timestamp", &timestamp)
.field("prev_block_hash", &to_str(&self.prev_block_hash))
.field("seed", &to_str(self.seed.inner()))
Expand Down

0 comments on commit ccd230c

Please sign in to comment.