This commit is contained in:
Joshy Orndorff
2019-10-03 23:12:06 -08:00
committed by Gavin Wood
parent 251d33cb74
commit 99da0232ee
+1 -1
View File
@@ -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>,