mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Remove duty countdown flag (#11121)
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user