Skip to content

Commit

Permalink
pkg/core/object: drop epoch-bases comment to meta encoding func
Browse files Browse the repository at this point in the history
Should have been done in ae6e37d.

Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Dec 25, 2024
1 parent b194cc2 commit 2bbea7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/core/object/replicate.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ const (
// "deleted": array of _raw_ object IDs
// "locked": array of _raw_ object IDs
// "validUntil": last valid block number for meta information
//
// Last valid epoch is object's creation epoch + 10.
func EncodeReplicationMetaInfo(cID cid.ID, oID oid.ID, pSize uint64,
deleted, locked []oid.ID, vub uint64, magicNumber uint32) []byte {
kvs := []stackitem.MapElement{
Expand Down

0 comments on commit 2bbea7f

Please sign in to comment.