Update txRunner.js

pull/1/head
yann300 7 years ago committed by GitHub
parent be1093af1f
commit 9d732c5f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/execution/txRunner.js

@ -11,7 +11,7 @@ function TxRunner (vmaccounts, opts) {
this.runAsync = true
if (executionContext.isVM()) {
this.blockNumber = 1150000 // The VM is running in Homestead mode, which started at this block.
this.runAsync = false
this.runAsync = false // We have to run like this cause the VM Event Manager does not support running multiple txs at the same time.
}
this.pendingTxs = {}
this.vmaccounts = vmaccounts

Loading…
Cancel
Save