diff options
Diffstat (limited to 'trie/trie.go')
-rw-r--r-- | trie/trie.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trie/trie.go b/trie/trie.go index 8028cc5f8..30c2569fa 100644 --- a/trie/trie.go +++ b/trie/trie.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// Package trie implements Merkle Patricia Tries. package trie import ( |