Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Dec 10, 2024
1 parent 46aeb7a commit d611f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ func (m *Manager) UpdateTargetHeight(h uint64) {

// ValidateConfigWithRollappParams checks the configuration params are consistent with the params in the dymint state (e.g. DA and version)
func (m *Manager) ValidateConfigWithRollappParams() error {

if da.Client(m.State.RollappParams.Da) != m.DAClient.GetClientType() {
return fmt.Errorf("da client mismatch. rollapp param: %s da configured: %s", m.State.RollappParams.Da, m.DAClient.GetClientType())
}
Expand Down

0 comments on commit d611f57

Please sign in to comment.