Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop-v7' into g11tech/decoupl…
Browse files Browse the repository at this point in the history
…ed-blobs
  • Loading branch information
acolytec3 committed Apr 4, 2023
2 parents c464362 + fd2e4ea commit ab85918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/test/tester/runners/GeneralStateTestsRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function runTestCase(options: any, testData: any, t: tape.Test) {
}

// Even if no txs are ran, coinbase should always be created
const coinbaseAddress = new Address(testData.env.currentCoinbase.slice(2))
const coinbaseAddress = Address.fromString(testData.env.currentCoinbase)
const account = await (<VM>vm).eei.getAccount(coinbaseAddress)
await (<VM>vm).eei.putAccount(coinbaseAddress, account)

Expand Down

0 comments on commit ab85918

Please sign in to comment.