swarm/storage/localstore: fix a typo

This commit is contained in:
Janos Guljas 2019-01-10 13:09:24 +01:00
parent abbb4a6f19
commit fb0a822136

View file

@ -15,7 +15,7 @@
// 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/>.
/* /*
Package localstore provides disk storage layer for Swarm Chunk persistance. Package localstore provides disk storage layer for Swarm Chunk persistence.
It uses swarm/shed abstractions on top of github.com/syndtr/goleveldb LevelDB It uses swarm/shed abstractions on top of github.com/syndtr/goleveldb LevelDB
implementation. implementation.