Remove duty countdown flag (#11121)

This commit is contained in:
terencechain
2022-08-11 07:33:30 -07:00
committed by GitHub
parent d08aa6b23f
commit 93ebba6dca
13 changed files with 0 additions and 160 deletions

View File

@@ -150,10 +150,6 @@ func (_ MockValidator) LogAttestationsSubmitted() {
panic("implement me")
}
func (_ MockValidator) LogNextDutyTimeLeft(_ types.Slot) error {
panic("implement me")
}
func (_ MockValidator) UpdateDomainDataCaches(_ context.Context, _ types.Slot) {
panic("implement me")
}