Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Sep 2, 2024
1 parent feb2e69 commit 31e0d15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"fmt"
"math/big"
"runtime"
"runtime/debug"
"sort"
"sync"
"time"
Expand Down Expand Up @@ -1266,6 +1267,7 @@ var logsPool = sync.Pool{
}

func (s *StateDB) PutSyncPool() {
log.Debug("PutSyncPool", "stack", string(debug.Stack()))
for key := range s.parallel.codeReadsInSlot {
delete(s.parallel.codeReadsInSlot, key)
}
Expand Down

0 comments on commit 31e0d15

Please sign in to comment.