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

Commit a4642d5

Browse files
committed
Update txRunner.js
1 parent b7c9283 commit a4642d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remix-lib/src/execution/txRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class TxRunner {
128128
executionContext.vm().stateManager.checkpoint(() => {})
129129
}
130130

131-
executionContext.vm().runTx({block: block, tx: tx, skipBalance: true, skipNonce: true}, function (err, result) {
131+
executionContext.vm().runTx({block: block, tx: tx, skipBalance: false, skipNonce: false}, function (err, result) {
132132
if (useCall) {
133133
executionContext.vm().stateManager.revert(function () {})
134134
}

0 commit comments

Comments
 (0)