Skip to content

Commit

Permalink
update export comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Feb 12, 2024
1 parent b2157db commit 8b08172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"go.sia.tech/coreutils/chain"
)

// A HashStore is a database that stores the state element merkle tree.
// A HashStore stores the state element merkle tree.
type HashStore interface {
chain.Subscriber

Expand Down
1 change: 1 addition & 0 deletions internal/explorerutil/hashstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"go.sia.tech/coreutils/chain"
)

// HashStore stores the state element merkle tree.
type HashStore struct {
hashFiles [64]*os.File
numLeaves uint64
Expand Down

0 comments on commit 8b08172

Please sign in to comment.