update readme

This commit is contained in:
NikVolf 2019-09-09 14:06:05 +03:00
parent 636f3e3751
commit 96b130e034
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Special implementation of merkle mountain ranges (MMR) for ZCash!
[![Build Status](https://travis-ci.org/NikVolf/zcash-mmr.svg?branch=master)](https://travis-ci.org/NikVolf/zcash-mmr)
The main design goals of this mmr implementation were
The main design goals of this mmr implementation are
- Allow zero-cache and avoid db callbacks. As it is implemented, calling side must just smartly pre-load MMR nodes from the database (about log2(tree length) for append, twice as much for deletion).