Unverified Commit 9d732c5f authored by yann300's avatar yann300 Committed by GitHub

Update txRunner.js

parent be1093af
...@@ -11,7 +11,7 @@ function TxRunner (vmaccounts, opts) { ...@@ -11,7 +11,7 @@ function TxRunner (vmaccounts, opts) {
this.runAsync = true this.runAsync = true
if (executionContext.isVM()) { if (executionContext.isVM()) {
this.blockNumber = 1150000 // The VM is running in Homestead mode, which started at this block. 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.pendingTxs = {}
this.vmaccounts = vmaccounts this.vmaccounts = vmaccounts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment