good morning!!!!

Skip to content
Snippets Groups Projects
Commit 229bf51f authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #15181 from fjl/state-revert-log-index

core/state: revert log index when removing logs
parents 2ee88595 a0d78309
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment