Skip to content

Commit

Permalink
Merge pull request #246 from cdetrio/remix-bugfix
Browse files Browse the repository at this point in the history
remove redundant push to stateManager.touched
  • Loading branch information
jwasinger authored Dec 20, 2017
2 parents 9fd6a1d + d9092f9 commit 619b96d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ proto._lookupStorageTrie = function (address, cb) {
}
var storageTrie = self.trie.copy()
storageTrie.root = account.stateRoot
self.touched.push(address)
storageTrie._checkpoints = []
cb(null, storageTrie)
})
Expand Down

0 comments on commit 619b96d

Please sign in to comment.