Skip to content

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
biryukovmaxim committed Sep 1, 2023
1 parent c4f95d0 commit b321a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion consensus/core/src/config/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ impl Params {
}

pub fn finality_duration(&self) -> u64 {
self.target_time_per_block * self.finality_depth
self.daa_window_params.target_time_per_block * self.finality_depth
}
}

Expand Down

0 comments on commit b321a53

Please sign in to comment.