aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/localstore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/localstore_test.go')
-rw-r--r--swarm/storage/localstore_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/localstore_test.go b/swarm/storage/localstore_test.go
index 7a07726d1..7a4162a47 100644
--- a/swarm/storage/localstore_test.go
+++ b/swarm/storage/localstore_test.go
@@ -118,7 +118,7 @@ func TestValidator(t *testing.T) {
type boolTestValidator bool
-func (self boolTestValidator) Validate(addr Address, data []byte) bool {
+func (self boolTestValidator) Validate(chunk Chunk) bool {
return bool(self)
}