good morning!!!!

Skip to content
Snippets Groups Projects
Commit a0d78309 authored by Felix Lange's avatar Felix Lange
Browse files

core/state: revert log index when removing logs

parent a92d8a26
Branches
Tags
Loading
......@@ -132,6 +132,7 @@ func (ch addLogChange) undo(s *StateDB) {
} else {
s.logs[ch.txhash] = logs[:len(logs)-1]
}
s.logSize--
}
func (ch addPreimageChange) undo(s *StateDB) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment