Skip to content

Commit

Permalink
merkledb -- fix comment (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Laine authored Jul 6, 2023
1 parent 60fff56 commit 7a5683e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/merkledb/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
}

Expand Down

0 comments on commit 7a5683e

Please sign in to comment.