Skip to content

Commit

Permalink
Merge pull request #130 from bandprotocol/bind-feeless-flag
Browse files Browse the repository at this point in the history
bind feeless flag
  • Loading branch information
taobun authored Jun 21, 2021
2 parents dcc59f0 + 13e4c9c commit 0c07fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bandd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
txCommand(),
keys.Commands(band.DefaultNodeHome),
)

rootCmd.PersistentFlags().Uint32(flagWithOwasmCacheSize, 100, "[Experimental] Number of oracle scripts to cache")
}
func addModuleInitFlags(startCmd *cobra.Command) {
crisis.AddModuleInitFlags(startCmd)
startCmd.Flags().Uint32(flagWithOwasmCacheSize, 100, "[Experimental] Number of oracle scripts to cache")
startCmd.Flags().Bool(flagDisableFeelessReports, false, "Disable feeless reports during congestion")
}

func queryCommand() *cobra.Command {
Expand Down

0 comments on commit 0c07fe2

Please sign in to comment.