From 072b85b3c09bd658ba84949a764cd31afc9aa708 Mon Sep 17 00:00:00 2001 From: Jayash Satolia <73050737+Jayashsatolia403@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:53:30 +0530 Subject: [PATCH] Add managing wallet in update blobber (#1746) --- zboxcore/sdk/sdk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/zboxcore/sdk/sdk.go b/zboxcore/sdk/sdk.go index 0b05e324a..01d77c986 100644 --- a/zboxcore/sdk/sdk.go +++ b/zboxcore/sdk/sdk.go @@ -371,6 +371,7 @@ type UpdateBlobber struct { IsRestricted *bool `json:"is_restricted,omitempty"` StorageVersion *int `json:"storage_version,omitempty"` DelegateWallet *string `json:"delegate_wallet,omitempty"` + ManagingWallet *string `json:"managing_wallet,omitempty"` } // ResetBlobberStatsDto represents blobber stats reset request.