swarm/storage/localstore: fix Hasser comment

This commit is contained in:
Janos Guljas 2019-03-06 08:45:58 +01:00
parent 76628f8550
commit 257da0d88d

View file

@ -20,7 +20,7 @@ import (
"github.com/ethereum/go-ethereum/swarm/chunk" "github.com/ethereum/go-ethereum/swarm/chunk"
) )
// Hasser provides Get method to retrieve Chunks // Hasser provides Has method to retrieve Chunks
// from database. // from database.
type Hasser struct { type Hasser struct {
db *DB db *DB