We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e8e33 commit 2b2ff83Copy full SHA for 2b2ff83
packages/ethash/test/miner.spec.ts
@@ -75,7 +75,7 @@ describe('Miner', () => {
75
const blockMiner = e.getMiner(block)
76
const blockSolution = <Block>await blockMiner.mine(-1)
77
78
- assert.isTrue(e.verifyPOW(blockSolution))
+ assert.isTrue(await e.verifyPOW(blockSolution))
79
}, 60000)
80
81
it('Check if it is possible to stop the miner', async () => {
0 commit comments