swarm: schemas and migrations (#17813)
This commit is contained in:
committed by
GitHub
parent
14bef9a2db
commit
303b99663e
@ -197,6 +197,11 @@ func NewSwarm(config *api.Config, mockStore *mock.NodeStore) (self *Swarm, err e
|
||||
resourceHandler,
|
||||
}
|
||||
|
||||
err = lstore.Migrate()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
log.Debug("Setup local storage")
|
||||
|
||||
self.bzz = network.NewBzz(bzzconfig, to, stateStore, stream.Spec, self.streamer.Run)
|
||||
|
Reference in New Issue
Block a user