aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/state/journal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/state/journal.go b/core/state/journal.go
index ddb76f1a2..ddc819fe5 100644
--- a/core/state/journal.go
+++ b/core/state/journal.go
@@ -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) {