diff --git a/x/merkledb/history.go b/x/merkledb/history.go index b9d43894129..870c6184896 100644 --- a/x/merkledb/history.go +++ b/x/merkledb/history.go @@ -52,9 +52,7 @@ type changeSummaryAndIndex struct { // Tracks all of the node and value changes that resulted in the rootID. type changeSummary struct { rootID ids.ID - // key is path prefix - nodes map[path]*change[*node] - // key is full path + nodes map[path]*change[*node] values map[path]*change[Maybe[[]byte]] }