Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Grammar (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff authored and gavofyork committed Oct 4, 2019
1 parent 73104d3 commit f17d023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/consensus/pow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub trait PowAlgorithm<B: BlockT> {
seal: &Seal,
difficulty: Self::Difficulty,
) -> Result<bool, String>;
/// Mine a seal that satisfy the given difficulty.
/// Mine a seal that satisfies the given difficulty.
fn mine(
&self,
parent: &BlockId<B>,
Expand Down

0 comments on commit f17d023

Please sign in to comment.