Skip to content

Commit

Permalink
consensus: Update a BlockVerifier comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jun 24, 2020
1 parent 7bdf6f6 commit aa2d3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-consensus/src/verify/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pub(crate) fn node_time_check(
}

struct BlockVerifier<S> {
/// The underlying `ZebraState`, possibly wrapped in other services.
state_service: S,
}

Expand Down

0 comments on commit aa2d3de

Please sign in to comment.