Skip to content

Commit

Permalink
Difficulty RFC: fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 19, 2020
1 parent bd1f330 commit 8347e91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/dev/rfcs/0006-contextual-difficulty.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,10 @@ minimum difficulty gap.
We implement this method on `AdjustedDifficulty`:
```rust
/// Returns true if the gap between the `candidate_time` and the previous block's
/// `time` is greater than the Testnet minimum difficulty time gap. The time gap
/// `time` is greater than the Testnet minimum difficulty time gap. This time gap
/// depends on the `network` and `candidate_height`.
///
/// Returns false on Mainnet, when `candidate_height` is less than the
/// minimum difficulty start height, and when the time gap is too small.
///
/// `candidate_time` can be less than, equal to, or greater than the previous
Expand Down

0 comments on commit 8347e91

Please sign in to comment.