Skip to content

Commit

Permalink
Merge pull request #650 from 0chain/feat/session-key
Browse files Browse the repository at this point in the history
Session key
  • Loading branch information
dabasov authored Nov 2, 2024
2 parents 575d8ed + f34e79c commit f7b5382
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cmd/updateallocation.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -135,6 +136,7 @@ var updateAllocationCmd = &cobra.Command{
addBlobberId,
addBlobberAuthTicket,
removeBlobberId,
"",
setThirdPartyExtendable,
&fileOptionParams,
statusBar,
Expand All @@ -157,6 +159,7 @@ var updateAllocationCmd = &cobra.Command{
addBlobberId,
addBlobberAuthTicket,
removeBlobberId,
"",
setThirdPartyExtendable,
&fileOptionParams,
)
Expand Down

0 comments on commit f7b5382

Please sign in to comment.