Skip to content

Commit

Permalink
remove host client
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Jun 18, 2024
1 parent ef2c9cd commit 59c9c7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zboxcore/sdk/allocation.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ func (a *Allocation) InitAllocation() {
a.mutex = &sync.Mutex{}
a.commitMutex = &sync.Mutex{}
a.fullconsensus, a.consensusThreshold = a.getConsensuses()
for _, blobber := range a.Blobbers {
zboxutil.SetHostClient(blobber.ID, blobber.Baseurl)
}
a.readFree = true
if a.ReadPriceRange.Max > 0 {
for _, blobberDetail := range a.BlobberDetails {
Expand Down

0 comments on commit 59c9c7f

Please sign in to comment.