Skip to content

Commit 7bee0d1

Browse files
author
Jayash Satolia
committed
Fix
1 parent 8e2d5aa commit 7bee0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/newallocation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ var newallocationCmd = &cobra.Command{
292292
}
293293
}
294294

295-
allocationID, _, _, err = sdk.CreateAllocationForOwner(owner, ownerPublicKey, *datashards, *parityshards,
295+
allocationID, _, _, err = sdk.CreateAllocationForOwner(owner, ownerPublicKey, "", *datashards, *parityshards,
296296
*size, readPrice, writePrice, lock, preferred_blobbers, blobber_auth_tickets, thirdPartyExtendable, isEnterprise, force, &fileOptionParams, authRoundExpiry)
297297
if err != nil {
298298
log.Fatal("Error creating allocation: ", err)

0 commit comments

Comments
 (0)