Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit f74e65e

Browse files
committed
Normalize by begin block range
1 parent 37a08ea commit f74e65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ss/pebbledb/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ func (db *Database) computeHashForRange(beginBlock, endBlock int64) error {
463463
StoreKey: mod,
464464
Key: key,
465465
Value: value,
466-
Version: ver,
466+
Version: ver - beginBlock,
467467
}
468468
}
469469
return false

0 commit comments

Comments
 (0)