Skip to content

Commit

Permalink
Merge pull request #1603 from 0chain/hotfix/alloc_tx
Browse files Browse the repository at this point in the history
hotfix allocation tx
  • Loading branch information
dabasov authored Sep 5, 2024
2 parents d7d5bae + 3946eb3 commit 1994a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zboxcore/zboxutil/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func NewRefsRequest(baseUrl, allocationID, sig, allocationTx, path, pathHash, au

req.Header.Set(ALLOCATION_ID_HEADER, allocationID)

if err := setClientInfoWithSign(req, sig, allocationID, baseUrl); err != nil {
if err := setClientInfoWithSign(req, sig, allocationTx, baseUrl); err != nil {
return nil, err
}

Expand Down

0 comments on commit 1994a44

Please sign in to comment.