aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/shed/db.go
diff options
context:
space:
mode:
authorJanoš Guljaš <janos@users.noreply.github.com>2019-01-07 20:20:11 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2019-01-07 20:20:11 +0800
commit356c49fa7ec88632f839226c9b0f1cf172ec6f9d (patch)
tree88e4b73e9b8be2b91268a7f66988de5d67557ebe /swarm/shed/db.go
parent428eabe28d1077356b16f25828d78d8693a766bb (diff)
downloadgo-tangerine-356c49fa7ec88632f839226c9b0f1cf172ec6f9d.tar.gz
go-tangerine-356c49fa7ec88632f839226c9b0f1cf172ec6f9d.tar.zst
go-tangerine-356c49fa7ec88632f839226c9b0f1cf172ec6f9d.zip
swarm: Shed Index and Uint64Field additions (#18398)
Diffstat (limited to 'swarm/shed/db.go')
-rw-r--r--swarm/shed/db.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/shed/db.go b/swarm/shed/db.go
index 7377e12d2..d4e5d1b23 100644
--- a/swarm/shed/db.go
+++ b/swarm/shed/db.go
@@ -18,7 +18,7 @@
// more complex operations on storage data organized in fields and indexes.
//
// Only type which holds logical information about swarm storage chunks data
-// and metadata is IndexItem. This part is not generalized mostly for
+// and metadata is Item. This part is not generalized mostly for
// performance reasons.
package shed