diff options
author | Janoš Guljaš <janos@users.noreply.github.com> | 2019-01-07 20:20:11 +0800 |
---|---|---|
committer | Anton Evangelatov <anton.evangelatov@gmail.com> | 2019-01-07 20:20:11 +0800 |
commit | 356c49fa7ec88632f839226c9b0f1cf172ec6f9d (patch) | |
tree | 88e4b73e9b8be2b91268a7f66988de5d67557ebe /swarm/shed/db.go | |
parent | 428eabe28d1077356b16f25828d78d8693a766bb (diff) | |
download | dexon-356c49fa7ec88632f839226c9b0f1cf172ec6f9d.tar.gz dexon-356c49fa7ec88632f839226c9b0f1cf172ec6f9d.tar.zst dexon-356c49fa7ec88632f839226c9b0f1cf172ec6f9d.zip |
swarm: Shed Index and Uint64Field additions (#18398)
Diffstat (limited to 'swarm/shed/db.go')
-rw-r--r-- | swarm/shed/db.go | 2 |
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 |