Skip to content

Commit

Permalink
Update zebra-state/src/service/non_finalized_state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: teor <[email protected]>
  • Loading branch information
conradoplg and teor2345 authored Jun 13, 2023
1 parent 74365c4 commit e9ec8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-state/src/service/non_finalized_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ impl NonFinalizedState {
chain_length_bar
.label(format!("Fork {fork_height}"))
.set_pos(u64::try_from(chain.len()).expect("fits in u64"));
// TODO: should this be MAX_BLOCK_REORG_HEIGHT?
// .set_len(u64::from(
// zebra_chain::transparent::MIN_TRANSPARENT_COINBASE_MATURITY,
// ));
Expand Down

0 comments on commit e9ec8ce

Please sign in to comment.