mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/storage/localstore: fix a typo
This commit is contained in:
parent
abbb4a6f19
commit
fb0a822136
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue