Skip to content

Commit

Permalink
Add comment to ChildrenCapacity
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Feb 15, 2022
1 parent 683d582 commit f908e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/trie/node/branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
var _ Node = (*Branch)(nil)

const (
// ChildrenCapacity is the maximum number of children in a branch node.
ChildrenCapacity = 16
)

Expand Down

0 comments on commit f908e42

Please sign in to comment.