Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jun 9, 2024
1 parent 45f7e6c commit a420769
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 @@ -791,7 +791,7 @@ func (sd *SharedDomains) Flush(ctx context.Context, tx kv.RwTx) error {
for _, kv := range changeset.Diffs[kv.CommitmentDomain].prevValsSlice {
sumLen += len(kv.Key) + len(kv.Value)
}
fmt.Println("pastChangesAccumulator", blockNum, blockHash, len(changeset.Diffs[kv.CommitmentDomain].prevValsSlice), sumLen
fmt.Println("pastChangesAccumulator", blockNum, blockHash, len(changeset.Diffs[kv.CommitmentDomain].prevValsSlice), sumLen)
}

if sd.noFlush == 0 {
Expand Down

0 comments on commit a420769

Please sign in to comment.