diff --git a/cmd/updateallocation.go b/cmd/updateallocation.go index af49b350..e99e1bc5 100755 --- a/cmd/updateallocation.go +++ b/cmd/updateallocation.go @@ -1,12 +1,13 @@ package cmd import ( - "github.com/0chain/gosdk/zboxcore/sdk" - "github.com/0chain/gosdk/zcncore" - "github.com/spf13/cobra" "log" "os" "sync" + + "github.com/0chain/gosdk/zboxcore/sdk" + "github.com/0chain/gosdk/zcncore" + "github.com/spf13/cobra" ) // updateAllocationCmd used to change allocation size and expiration @@ -135,6 +136,7 @@ var updateAllocationCmd = &cobra.Command{ addBlobberId, addBlobberAuthTicket, removeBlobberId, + "", setThirdPartyExtendable, &fileOptionParams, statusBar, @@ -157,6 +159,7 @@ var updateAllocationCmd = &cobra.Command{ addBlobberId, addBlobberAuthTicket, removeBlobberId, + "", setThirdPartyExtendable, &fileOptionParams, )