mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 10:51:10 +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,
|
seal: &Seal,
|
||||||
difficulty: Self::Difficulty,
|
difficulty: Self::Difficulty,
|
||||||
) -> Result<bool, String>;
|
) -> Result<bool, String>;
|
||||||
/// Mine a seal that satisfy the given difficulty.
|
/// Mine a seal that satisfies the given difficulty.
|
||||||
fn mine(
|
fn mine(
|
||||||
&self,
|
&self,
|
||||||
parent: &BlockId<B>,
|
parent: &BlockId<B>,
|
||||||
|
|||||||
Reference in New Issue
Block a user