Skip to content

Commit

Permalink
blockchain: remove unnecessary genesis field
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Jul 2, 2023
1 parent 902ee0e commit 229458c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/blockchain/src/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,6 @@ export class Blockchain implements BlockchainInterface {
number: 0,
stateRoot,
withdrawalsRoot: common.isActivatedEIP(4895) ? KECCAK256_RLP : undefined,
excessDataGas: common.isActivatedEIP(4844) ? common.genesis().excessDataGas : undefined,
}
if (common.consensusType() === 'poa') {
if (common.genesis().extraData) {
Expand Down

0 comments on commit 229458c

Please sign in to comment.