[#129] Remove resolver duplicate
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
418767c8ec
commit
9e2d1208cb
2 changed files with 1 additions and 36 deletions
|
@ -223,7 +223,7 @@ func (a *app) initResolver() {
|
|||
|
||||
func (a *app) getResolverConfig() ([]string, *resolver.Config) {
|
||||
resolveCfg := &resolver.Config{
|
||||
FrostFS: resolver.NewFrostFSResolver(a.pool),
|
||||
FrostFS: frostfs.NewResolverFrostFS(a.pool),
|
||||
RPCAddress: a.cfg.GetString(cfgRPCEndpoint),
|
||||
Settings: a.settings,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue