Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
swarm/storage: Add TODO comment to chunker depth parameter
Browse files Browse the repository at this point in the history
Depth can only be 0 because of a bug: #344
  • Loading branch information
gbalint committed Mar 28, 2018
1 parent b0ab49f commit 582c6e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swarm/storage/chunker.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ type JoinerParams struct {
ChunkerParams
key Key
getter Getter
depth int
// TODO: there is a bug, so depth can only be 0 today, see: https://github.com/ethersphere/go-ethereum/issues/344
depth int
}

type TreeChunker struct {
Expand Down

0 comments on commit 582c6e5

Please sign in to comment.