mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 17:07:56 +00:00
Grammar (#3754)
This commit is contained in:
committed by
Gavin Wood
parent
251d33cb74
commit
99da0232ee
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user