Commit 3267cd0b authored by yann300's avatar yann300

typo

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