Skip to content

Commit

Permalink
Fix other broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored and holgerd77 committed Dec 6, 2022
1 parent 40473a3 commit 1aa30e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/test/rpc/eth/sendRawTransaction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ tape(`${method}: call with no peers`, async (t) => {
const originalSetStateRoot = DefaultStateManager.prototype.setStateRoot
DefaultStateManager.prototype.setStateRoot = (): any => {}
const originalStateManagerCopy = DefaultStateManager.prototype.copy
DefaultStateManager.prototype.copy = function () {
return this
}
const common = new Common({ chain: Chain.Mainnet, hardfork: Hardfork.London })

const syncTargetHeight = common.hardforkBlock(Hardfork.London)
Expand Down

0 comments on commit 1aa30e5

Please sign in to comment.