mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/storage/localstore: fix Hasser comment
This commit is contained in:
parent
76628f8550
commit
257da0d88d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/ethereum/go-ethereum/swarm/chunk"
|
||||
)
|
||||
|
||||
// Hasser provides Get method to retrieve Chunks
|
||||
// Hasser provides Has method to retrieve Chunks
|
||||
// from database.
|
||||
type Hasser struct {
|
||||
db *DB
|
||||
|
|
|
|||
Loading…
Reference in a new issue