Add PeerDeleted function

This commit is contained in:
Zoltán Papp
2024-03-21 14:39:27 +01:00
parent 258ecd390e
commit 4de220a65d
+4
View File
@@ -38,5 +38,9 @@ func (v *IntegratedValidatorImpl) GetValidatedPeers(_ string, _ map[string]*grou
return validatedPeers, nil
}
func (v *IntegratedValidatorImpl) PeerDeleted(_, _ string) error {
return nil
}
func (v *IntegratedValidatorImpl) Stop() {
}