Skip to content

Commit

Permalink
Add managing wallet in update blobber (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 authored Feb 14, 2025
1 parent a0c1645 commit 072b85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zboxcore/sdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 072b85b

Please sign in to comment.