We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba53f4 commit 0fa1bdaCopy full SHA for 0fa1bda
lib/runCall.js
@@ -86,7 +86,7 @@ module.exports = function (opts, cb) {
86
}
87
88
89
- function checkAccountState(address, next, done) {
+ function checkAccountState (address, next, done) {
90
stateManager.getAccount(address, function (err, account) {
91
if (err) {
92
done(err)
@@ -102,7 +102,7 @@ module.exports = function (opts, cb) {
102
})
103
104
105
- function setupNewContract(address, done) {
+ function setupNewContract (address, done) {
106
stateManager.clearContractStorage(address, function (err) {
107
108
0 commit comments