Skip to content

Commit

Permalink
Update flags.go (ethereum#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored Nov 2, 2020
1 parent b2e6790 commit 3f08abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ var (
Usage: "Deployment address of the L1 to L2 transaction queue",
}
Eth1SequencerDecompressionAddressFlag = cli.StringFlag{
Name: "et1.sequencerdecompressionaddress",
Name: "eth1.sequencerdecompressionaddress",
Usage: "Deployment address of the sequencer decompression contract",
}
Eth1ChainIdFlag = cli.Uint64Flag{
Expand Down

0 comments on commit 3f08abe

Please sign in to comment.