Skip to content

Commit

Permalink
node: New default current guardian set index (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Jan 17, 2023
1 parent 004ccec commit 0a7f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cmd/guardiand/admintemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func init() {
shutdownGuardianKey = authProofFlagSet.String("guardian-key", "", "Guardian key to sign proof. File path or hex string")
shutdownPubKey = authProofFlagSet.String("proof-pub-key", "", "Public key to encode in proof")

templateGuardianIndex = TemplateCmd.PersistentFlags().Int("idx", 2, "Default current guardian set index")
templateGuardianIndex = TemplateCmd.PersistentFlags().Int("idx", 3, "Default current guardian set index")

setUpdateNumGuardians = AdminClientGuardianSetTemplateCmd.Flags().Int("num", 1, "Number of devnet guardians in example file")
TemplateCmd.AddCommand(AdminClientGuardianSetTemplateCmd)
Expand Down

0 comments on commit 0a7f0da

Please sign in to comment.