forked from TrueCloudLab/frostfs-node
[#1889] adm: Add command morph netmap-candidates
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
ee24815748
commit
515c60bdf4
7 changed files with 53 additions and 4 deletions
|
@ -16,5 +16,5 @@ func (c *Client) GetNetMap(diff uint64) (*netmap.NetMap, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
return decodeNetMap(res)
|
||||
return DecodeNetMap(res)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue