mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
swarm: Add missing param for NewLocalDPA
This commit is contained in:
parent
df27fe7391
commit
4a91e70031
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ func NewLocalSwarm(datadir, port string) (self *Swarm, err error) {
|
|||
}
|
||||
config.Port = port
|
||||
|
||||
dpa, err := storage.NewLocalDPA(datadir)
|
||||
dpa, err := storage.NewLocalDPA(datadir, "")
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue