swarm/storage: simplify ChunkValidator interface (#18285)
This commit is contained in:
committed by
Anton Evangelatov
parent
ebbf3dfafb
commit
4e6f53ac33
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user