removing explicit deadlines on push proposer settings (#14285)

* removing deadlines

* fixing mock interface implementation
This commit is contained in:
james-prysm
2024-07-31 13:28:50 -05:00
committed by GitHub
parent 7c69a9aa1c
commit 0ed74b3c4a
6 changed files with 9 additions and 18 deletions

View File

@@ -204,7 +204,7 @@ func (*Validator) HasProposerSettings() bool {
}
// PushProposerSettings for mocking
func (_ *Validator) PushProposerSettings(_ context.Context, _ keymanager.IKeymanager, _ primitives.Slot, _ time.Time) error {
func (_ *Validator) PushProposerSettings(_ context.Context, _ keymanager.IKeymanager, _ primitives.Slot) error {
panic("implement me")
}