Skip to content

Commit

Permalink
Fix read-only error
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Aug 12, 2024
1 parent eec50fe commit 598b922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/miner/miner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class Miner {
const cliqueSigner = this.config.accounts[0][1]
const header = createSealedCliqueBlockHeader({ number }, cliqueSigner, {
common: this.config.chainCommon,
freeze: false,
})
if (
(this.service.chain.blockchain as any).consensus.cliqueCheckRecentlySigned(header) === true
Expand Down

0 comments on commit 598b922

Please sign in to comment.