File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -817,8 +817,8 @@ signer:
817817` ` `
818818
819819**Command-line Flag:**
820- ` --rollkit.signer.type <string>`
821- _Example:_ `--rollkit.signer.type grpc`
820+ ` --rollkit.signer.signer_type <string>`
821+ _Example:_ `--rollkit.signer.signer_type grpc`
822822_Default:_ (Depends on application, often "file" or none if not an aggregator)
823823_Constant:_ `FlagSignerType`
824824
@@ -836,8 +836,8 @@ signer:
836836` ` `
837837
838838**Command-line Flag:**
839- ` --rollkit.signer.path <string>`
840- _Example:_ `--rollkit.signer.path ./keys/mykey.pem`
839+ ` --rollkit.signer.signer_path <string>`
840+ _Example:_ `--rollkit.signer.signer_path ./keys/mykey.pem`
841841_Default:_ (Depends on application)
842842_Constant:_ `FlagSignerPath`
843843
You can’t perform that action at this time.
0 commit comments