Skip to content

Commit

Permalink
fix mobilesdk build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
storybehind committed Mar 15, 2024
1 parent 6514212 commit d86b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobilesdk/sdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func (s *StorageSDK) UpdateAllocation(size int64, extend bool, allocationID stri

// GetBlobbersList get list of active blobbers, and format them as array json string
func (s *StorageSDK) GetBlobbersList() (string, error) {
blobbs, err := sdk.GetBlobbers(true)
blobbs, err := sdk.GetBlobbers(true, false)
if err != nil {
return "", err
}
Expand Down

0 comments on commit d86b431

Please sign in to comment.