sdk/client: Fix setter of objectAddressWriter structure value
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
803c91b3eb
commit
1bc91466aa
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ const searchQueryVersion uint32 = 1
|
|||
|
||||
var errNilObjectPart = errors.New("received nil object part")
|
||||
|
||||
func (w objectAddressWriter) SetAddress(addr *object.Address) {
|
||||
func (w *objectAddressWriter) SetAddress(addr *object.Address) {
|
||||
w.addr = addr
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue