pull/1432/head
yann300 3 years ago committed by Aniket
parent e2cbbab5a9
commit b1ad95738f
  1. 2
      libs/remix-debug/test/decoder/vmCall.ts

@ -55,7 +55,7 @@ async function createVm (hardfork) {
Init VM / Send Transaction Init VM / Send Transaction
*/ */
export async function initVM (st, privateKey) { export async function initVM (st, privateKey) {
var VM = await createVm('london') var VM = await createVm('berlin')
const vm = VM.vm const vm = VM.vm
var address = Address.fromPrivateKey(privateKey) var address = Address.fromPrivateKey(privateKey)

Loading…
Cancel
Save