Skip to content

Commit

Permalink
Merge branch 'main' into patch/ibc-apps-smart-accounts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Jul 18, 2024
2 parents 28879d2 + 0ba52e5 commit 7b3467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type indexBase struct {
StartBlock int64 `mapstructure:"start-block"`
EndBlock int64 `mapstructure:"end-block"`
BlockInputFile string `mapstructure:"block-input-file"`
ReIndex bool `mapstructure:"re-index"`
ReIndex bool `mapstructure:"reindex"`
RPCWorkers int64 `mapstructure:"rpc-workers"`
BlockTimer int64 `mapstructure:"block-timer"`
WaitForChain bool `mapstructure:"wait-for-chain"`
Expand Down

0 comments on commit 7b3467f

Please sign in to comment.