Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: remove old snapshot/revert ethereumjs-vm bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Jul 2, 2020
1 parent cf3ddb1 commit 18f11f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/blockchain_double.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,6 @@ BlockchainDouble.prototype.popBlock = function(callback) {
// is in the middle of a vm.runBlock call. Once asyncRequestProcessing is reenabled
// this will likely cause problems.
self.vm.stateManager.setStateRoot(newLastBlock.header.stateRoot, function(err) {
// remove this `._storageTries = {}` statement once https://github.com/ethereumjs/ethereumjs-vm/pull/445
// is in a release, probably in ejs-vm 2.6.1
if (!err) {
self.vm.stateManager._storageTries = {};
}
// Remember: Return block we popped off.
callback(err, block);
});
Expand Down

0 comments on commit 18f11f7

Please sign in to comment.