Skip to content

Commit ec24451

Browse files
committed
chore: add 373559 debug breakpoint
1 parent d8797ec commit ec24451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/statedb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ func (s *StateDB) handleDestruction(nodes *trienode.MergedNodeSet) (map[common.A
14811481
}
14821482

14831483
func (s *StateDB) DebugPrint(block uint64, deleteEmptyObjects bool) {
1484-
if block != 24611 {
1484+
if block != 373559 {
14851485
return
14861486
}
14871487
log.Info("================== block start ===============", "number", block)

0 commit comments

Comments
 (0)