Skip to content

Commit 3946eb3

Browse files
committed
hotfix allocation tx
1 parent 71d5f2b commit 3946eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zboxcore/zboxutil/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func NewRefsRequest(baseUrl, allocationID, sig, allocationTx, path, pathHash, au
339339

340340
req.Header.Set(ALLOCATION_ID_HEADER, allocationID)
341341

342-
if err := setClientInfoWithSign(req, sig, allocationID, baseUrl); err != nil {
342+
if err := setClientInfoWithSign(req, sig, allocationTx, baseUrl); err != nil {
343343
return nil, err
344344
}
345345

0 commit comments

Comments
 (0)