[#1513] Upgrade NeoFS SDK Go with changed netmap
package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
24b4c1ecf4
commit
21d2f8f861
70 changed files with 878 additions and 992 deletions
|
@ -55,10 +55,7 @@ func TestVerifyMultiAddress_Order(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func constructNodeInfo(address string) *netmap.NodeInfo {
|
||||
ni := new(netmap.NodeInfo)
|
||||
|
||||
ni.SetAddresses(address)
|
||||
|
||||
func constructNodeInfo(address string) (ni netmap.NodeInfo) {
|
||||
ni.SetNetworkEndpoints(address)
|
||||
return ni
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue