Skip to content

Commit

Permalink
flags: update (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Oct 8, 2020
1 parent 2f1db86 commit 12fbd94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,9 @@ var (
Value: eth.DefaultConfig.Rollup.TxIngestionPollInterval,
}
TxIngestionSignerKeyHexFlag = cli.StringFlag{
Name: "txingestion.signerkey",
Usage: "Hex private key to authenticate L1 to L2 txs",
Name: "txingestion.signerkey",
Usage: "Hex private key to authenticate L1 to L2 txs",
EnvVar: "TX_INGESTION_SIGNER_KEY",
}
TxIngestionSignerKeyFileFlag = cli.StringFlag{
Name: "txingestion.signerkeyfile",
Expand Down

0 comments on commit 12fbd94

Please sign in to comment.