Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Preserve cache on reverting the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Oct 6, 2016
1 parent 07a1c6c commit 368953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/src/state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ impl State {
},
None => {
try!(trie.remove(address));
}
},
}
}
}
Expand Down

0 comments on commit 368953e

Please sign in to comment.