node: New default current guardian set index (3)

This commit is contained in:
Kevin Peters 2023-01-17 16:25:39 +00:00 committed by kev1n-peters
parent 004ccecaf8
commit 0a7f0dabf5
1 changed files with 1 additions and 1 deletions

View File

@ -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)