Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs committed Aug 13, 2024
1 parent 3b492e4 commit 4b115dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finality-provider/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
// Config is the main config for the fpd cli command
type Config struct {
LogLevel string `long:"loglevel" description:"Logging level for all subsystems" choice:"trace" choice:"debug" choice:"info" choice:"warn" choice:"error" choice:"fatal"`
ChainType string `long:"chaintype" description:"the type of the consumer chain"`
ChainType string `long:"chaintype" description:"the type of the consumer chain (babylon/OPStackL2/wasm)"`
NumPubRand uint64 `long:"numPubRand" description:"The number of Schnorr public randomness for each commitment"`
NumPubRandMax uint64 `long:"numpubrandmax" description:"The upper bound of the number of Schnorr public randomness for each commitment"`
MinRandHeightGap uint64 `long:"minrandheightgap" description:"The minimum gap between the last committed rand height and the current Babylon block height"`
Expand Down

0 comments on commit 4b115dc

Please sign in to comment.