aboutsummaryrefslogtreecommitdiffstats
path: root/bmt
diff options
context:
space:
mode:
authorkiel barry <kiel.j.barry@gmail.com>2018-06-14 19:50:31 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-06-14 19:50:31 +0800
commitc343f75c26fdc42a18bcbc624ddbac3fc73cfe34 (patch)
treeac28b45ab7d7d9e84c848e9c7aabf550521e3f6f /bmt
parent52b1d0945774336a1c2164f873df3c0a72cacaee (diff)
downloadgo-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.tar
go-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.tar.gz
go-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.tar.bz2
go-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.tar.lz
go-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.tar.xz
go-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.tar.zst
go-tangerine-c343f75c26fdc42a18bcbc624ddbac3fc73cfe34.zip
bmt: fix package documentation comment (#16909)
Diffstat (limited to 'bmt')
-rw-r--r--bmt/bmt_r.go2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-// 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