Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
add prover to flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Aug 8, 2023
1 parent b4d8696 commit 4543c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var (
Value: false,
}
ProveBlockTxGasLimit = &cli.Uint64Flag{
Name: "proveBlockTxGasLimit",
Name: "prover.proveBlockTxGasLimit",
Usage: "Gas limit will be used for TaikoL1.proveBlock transactions",
Category: proverCategory,
}
Expand Down

0 comments on commit 4543c2d

Please sign in to comment.