[#1889] adm: Add command morph netmap-candidates

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2023-01-31 13:33:33 +03:00 committed by fyrchik
parent ee24815748
commit 515c60bdf4
7 changed files with 53 additions and 4 deletions

View file

@ -16,5 +16,5 @@ func (c *Client) GetNetMap(diff uint64) (*netmap.NetMap, error) {
return nil, err
}
return decodeNetMap(res)
return DecodeNetMap(res)
}