pull/1/head
yann300 7 years ago
parent ed797dfce4
commit 3267cd0bac
  1. 2
      src/app/execution/txRunner.js

@ -79,7 +79,7 @@ TxRunner.prototype.execute = function (args, callback) {
try { try {
var account = self.vmaccounts[from] var account = self.vmaccounts[from]
if (!account) { if (!account) {
return cb('Invalid account selected') return callback('Invalid account selected')
} }
tx = new EthJSTX({ tx = new EthJSTX({
nonce: new BN(account.nonce++), nonce: new BN(account.nonce++),

Loading…
Cancel
Save