Skip to content

Commit

Permalink
fix: interval duplicate struct keys
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Nov 21, 2024
1 parent 01255b1 commit 6837c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/eibc/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type operatorConfig struct {
type validationConfig struct {
FallbackLevel string `yaml:"fallback_level"`
WaitTime string `yaml:"wait_time"`
Interval string `yaml:"wait_time"`
Interval string `yaml:"interval"`
}

type minFeePercentage struct {
Expand Down

0 comments on commit 6837c1f

Please sign in to comment.