Update txRunnerVM.ts

pull/5498/merge
fuder.eth 2 weeks ago committed by Aniket
parent e61ed52672
commit dfd2cf1a3f
  1. 4
      libs/remix-lib/src/execution/txRunnerVM.ts

@ -24,7 +24,7 @@ export class TxRunnerVM {
blockNumber
pendingTxs
vmaccounts
queusTxs
queueTxs
blocks: Uint8Array[]
logsManager
commonContext
@ -41,7 +41,7 @@ export class TxRunnerVM {
this.commonContext = this.getVMObject().common
this.pendingTxs = {}
this.vmaccounts = vmaccounts
this.queusTxs = []
this.queueTxs = []
/*
txHash is generated using the nonce,
in order to have unique transaction hash, we need to keep using different nonce (in case of a call)

Loading…
Cancel
Save