Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Nov 14, 2024
1 parent 2880899 commit a1726f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions erigon-lib/chain/snapcfg/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ func (c Cfg) MergeLimit(t snaptype.Enum, fromBlock uint64) uint64 {
if !ok {
continue
}
if strings.Contains(p.Name, "caplin") {
continue
}

if info.Ext != ".seg" || (t != snaptype.Unknown && t != info.Type.Enum()) {
continue
Expand Down

0 comments on commit a1726f8

Please sign in to comment.