Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Olshansk committed Jun 3, 2024
1 parent 63643ce commit c96cb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smt.go
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ func NewSparseMerkleTrie(
options ...TrieSpecOption,
) *SMT {
smt := SMT{
TrieSpec: NewTrieSpec(hasher, false),
TrieSpec: newTrieSpec(hasher, false),
nodes: nodes,
}
for _, option := range options {

0 comments on commit c96cb4a

Please sign in to comment.