swarm/storage: pyramid chunker re-write (#14382)
This commit is contained in:
committed by
Felix Lange
parent
3c8656347f
commit
d558a595ad
@ -29,7 +29,7 @@ func initDbStore(t *testing.T) *DbStore {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
m, err := NewDbStore(dir, MakeHashFunc(defaultHash), defaultDbCapacity, defaultRadius)
|
||||
m, err := NewDbStore(dir, MakeHashFunc(SHA3Hash), defaultDbCapacity, defaultRadius)
|
||||
if err != nil {
|
||||
t.Fatal("can't create store:", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user