From 16435897c01efda71bd3f62a9a62f80b8a0530f1 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:01:41 -0500 Subject: [PATCH] Add comment to update ValueID when SlabID is changed --- storage.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage.go b/storage.go index 71d1804b..be7003cf 100644 --- a/storage.go +++ b/storage.go @@ -54,6 +54,8 @@ func (vid ValueID) String() string { ) } +// WARNING: Any changes to SlabID or its components (Address and SlabIndex) +// require updates to ValueID definition and functions. type ( Address [8]byte SlabIndex [8]byte