You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("failed to initialize signer: %w", err)
94
94
}
@@ -106,5 +106,5 @@ var InitCmd = &cobra.Command{
106
106
107
107
funcinit() {
108
108
// Add passphrase flag
109
-
InitCmd.Flags().String(rollconf.FlagRemoteSignerPassphrase, "", "Passphrase for encrypting the local signer key (required when using local file signer)")
109
+
InitCmd.Flags().String(rollconf.FlagSignerPassphrase, "", "Passphrase for encrypting the local signer key (required when using local file signer)")
cmd.Flags().String("kv-executor-http", ":40042", "address for the KV executor HTTP server (empty to disable)")
234
234
235
-
// Add passphrase flag
236
-
cmd.Flags().String(rollconf.FlagRemoteSignerPassphrase, "", "Passphrase for decrypting the local signer key (required for aggregator nodes using local file signer)")
0 commit comments