Skip to content

Commit 622424e

Browse files
committed
bmt: fix package documentation comment (ethereum#16909)
1 parent 1996ff8 commit 622424e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmt/bmt_r.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// simple nonconcurrent reference implementation for hashsize segment based
17+
// Package bmt is a simple nonconcurrent reference implementation for hashsize segment based
1818
// Binary Merkle tree hash on arbitrary but fixed maximum chunksize
1919
//
2020
// This implementation does not take advantage of any paralellisms and uses

0 commit comments

Comments
 (0)