Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit afce5cb

Browse files
committed
Update SecureTrie import reference
1 parent 413f535 commit afce5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CheckpointTrie } from './checkpointTrie'
33

44
/**
55
* You can create a secure Trie where the keys are automatically hashed
6-
* using **keccak256** by using `require('merkle-patricia-tree/secure')`.
6+
* using **keccak256** by using `require('merkle-patricia-tree').SecureTrie`.
77
* It has the same methods and constructor as `Trie`.
88
* @class SecureTrie
99
* @extends Trie

0 commit comments

Comments
 (0)