bmt: fix package documentation comment (#16909)

This commit is contained in:
kiel barry 2018-06-14 04:50:31 -07:00 committed by Kiel barry
parent 1996ff84f2
commit 622424e668

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License // 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/>. // 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 // Binary Merkle tree hash on arbitrary but fixed maximum chunksize
// //
// This implementation does not take advantage of any paralellisms and uses // This implementation does not take advantage of any paralellisms and uses