Skip to content

Commit

Permalink
Merge pull request #16 from 0chain/feat/enterprise-blobber
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
Hitenjain14 authored Nov 25, 2024
2 parents 10382bb + 80748bc commit 98608f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmsdk/player_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (p *FilePlayer) download(startBlock int64) {
}
fmt.Println("start:", startBlock, "end:", endBlock, "numBlocks:", p.numBlocks, "total:", p.playlistFile.NumBlocks)

data, err := downloadBlocks(p.allocationObj.ID, p.remotePath, p.authTicket, p.lookupHash, startBlock, endBlock)
data, err := downloadBlocks(p.allocationObj.ID, p.remotePath, p.authTicket, p.lookupHash, "", startBlock, endBlock)
// data, err := downloadBlocks2(int(startBlock), int(endBlock), p.allocationObj, p.remotePath)
if err != nil {
PrintError(err.Error())
Expand Down

0 comments on commit 98608f8

Please sign in to comment.