From c343f75c26fdc42a18bcbc624ddbac3fc73cfe34 Mon Sep 17 00:00:00 2001 From: kiel barry Date: Thu, 14 Jun 2018 04:50:31 -0700 Subject: [PATCH] bmt: fix package documentation comment (#16909) --- bmt/bmt_r.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmt/bmt_r.go b/bmt/bmt_r.go index 649093ee3..3cb337ab9 100644 --- a/bmt/bmt_r.go +++ b/bmt/bmt_r.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// simple nonconcurrent reference implementation for hashsize segment based +// Package bmt is a simple nonconcurrent reference implementation for hashsize segment based // Binary Merkle tree hash on arbitrary but fixed maximum chunksize // // This implementation does not take advantage of any paralellisms and uses