Skip to content

Commit

Permalink
Update type and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Jul 13, 2024
1 parent 2ae1e70 commit 7bf3771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('EIP 2935: historical block hashes', () => {
commonGenesis.setHardforkBy({
timestamp: 1,
})
commonGenesis['_paramsCache']['vm']['historyStorageAddress'].v = bytesToBigInt(
commonGenesis['_paramsCache']['vm']['historyStorageAddress'] = bytesToBigInt(
historyAddress.bytes
)

Expand Down

0 comments on commit 7bf3771

Please sign in to comment.