Skip to content

Commit

Permalink
updated: resolved coments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhilesh53 committed Oct 10, 2024
1 parent 9225ec5 commit 518c673
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,6 @@ var blobberUpdateCmd = &cobra.Command{
updateBlobber.IsRestricted = &ia
}

var storageVersion int64
if flags.Changed("storage_version"){
if storageVersion, err = flags.GetInt64("storage_version"); err != nil{
log.Fatal(err)
}
updateBlobber.StorageVersion = &storageVersion
}


if termsChanged {
updateBlobber.Terms = terms
}
Expand Down

0 comments on commit 518c673

Please sign in to comment.