Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Update txRunner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Mar 25, 2019
1 parent b7c9283 commit a4642d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix-lib/src/execution/txRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class TxRunner {
executionContext.vm().stateManager.checkpoint(() => {})
}

executionContext.vm().runTx({block: block, tx: tx, skipBalance: true, skipNonce: true}, function (err, result) {
executionContext.vm().runTx({block: block, tx: tx, skipBalance: false, skipNonce: false}, function (err, result) {
if (useCall) {
executionContext.vm().stateManager.revert(function () {})
}
Expand Down

0 comments on commit a4642d5

Please sign in to comment.