diff --git a/integrations/validator.go b/integrations/validator.go index b567257..e6b7791 100644 --- a/integrations/validator.go +++ b/integrations/validator.go @@ -42,5 +42,9 @@ func (v *IntegratedValidatorImpl) PeerDeleted(_, _ string) error { return nil } +func (v *IntegratedValidatorImpl) SetPeerInvalidationListener(_ func(accountID string)) { + +} + func (v *IntegratedValidatorImpl) Stop() { }