Skip to content

Commit

Permalink
Merge pull request #560 from DefiantLabs/patch/reindex-key-missing-check
Browse files Browse the repository at this point in the history
patch/Fix reindex config map structure so it does not report in superfluous…
  • Loading branch information
pharr117 authored Jul 18, 2024
2 parents abbba5c + 7070faf commit 0ba52e5
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 0ba52e5

Please sign in to comment.