Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
awskii committed Dec 20, 2024
1 parent 1e95189 commit c87b01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/state/domain_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func NewSharedDomains(tx kv.Tx, logger log.Logger) (*SharedDomains, error) {
}
sd.SetTx(tx)

sd.aggTx.a.DiscardHistory(kv.CommitmentDomain)
// sd.aggTx.a.DiscardHistory(kv.CommitmentDomain)

for id, ii := range sd.aggTx.iis {
sd.iiWriters[id] = ii.NewWriter()
Expand Down

0 comments on commit c87b01b

Please sign in to comment.