Skip to content

Commit

Permalink
Update recover.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1116 committed Apr 2, 2024
1 parent 321da97 commit 2b9c152
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/util/cmd/epochs/cmd/recover.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ var (

flagAnAddress string
flagAnPubkey string
flagPartnerWeights string
flagPartnerNodeInfoDir string
flagInternalNodePrivInfoDir string
flagNodeConfigJson string
flagCollectionClusters int
Expand All @@ -53,11 +51,6 @@ func addGenerateRecoverEpochTxArgsCmdFlags() {
"path to a JSON file containing multiple node configurations (fields Role, Address, Weight)")
generateRecoverEpochTxArgsCmd.Flags().StringVar(&flagInternalNodePrivInfoDir, "internal-priv-dir", "", "path to directory "+
"containing the output from the `keygen` command for internal nodes")
generateRecoverEpochTxArgsCmd.Flags().StringVar(&flagPartnerNodeInfoDir, "partner-dir", "", "path to directory "+
"containing one JSON file starting with node-info.pub.<NODE_ID>.json for every partner node (fields "+
" in the JSON file: Role, Address, NodeID, NetworkPubKey, StakingPubKey)")
generateRecoverEpochTxArgsCmd.Flags().StringVar(&flagPartnerWeights, "partner-weights", "", "path to a JSON file containing "+
"a map from partner node's NodeID to their stake")
generateRecoverEpochTxArgsCmd.Flags().Uint64Var(&flagStartView, "start-view", 0, "start view of the recovery epoch")
generateRecoverEpochTxArgsCmd.Flags().Uint64Var(&flagStakingEndView, "staking-end-view", 0, "end view of the staking phase of the recovery epoch")
generateRecoverEpochTxArgsCmd.Flags().Uint64Var(&flagEndView, "end-view", 0, "end view of the recovery epoch")
Expand Down

0 comments on commit 2b9c152

Please sign in to comment.