/**
* Returns the canonical difficulty for this block.
*
* @paramparentBlock - the parent of this `Block`
*/exportfunctionethashCanonicalDifficulty(block, parentBlock) {
return block.header.ethashCanonicalDifficulty(parentBlock.header);
}
//# sourceMappingURL=ethash.js.map