mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
swarm/storage: Rename storeparam method
This commit is contained in:
parent
df09f6137d
commit
dd6d30f5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ type resourceChunkStore struct {
|
||||||
func newResourceChunkStore(path string, hasher SwarmHasher, localStore *LocalStore, cloudStore CloudStore) *resourceChunkStore {
|
func newResourceChunkStore(path string, hasher SwarmHasher, localStore *LocalStore, cloudStore CloudStore) *resourceChunkStore {
|
||||||
return &resourceChunkStore{
|
return &resourceChunkStore{
|
||||||
localStore: localStore,
|
localStore: localStore,
|
||||||
netStore: NewNetStore(hasher, localStore, cloudStore, NewStoreParams(path)),
|
netStore: NewNetStore(hasher, localStore, cloudStore, NewDefaultStoreParams()),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue