Fee Recipient : ux log fixes and prevent validator from calling beacon node if flags are not provided. (#10406)

* initial commit

* improving logs
This commit is contained in:
james-prysm
2022-03-22 14:13:59 -04:00
committed by GitHub
parent a060d765b3
commit 601987faf2
9 changed files with 136 additions and 125 deletions

View File

@@ -179,7 +179,7 @@ func (_ MockValidator) CheckDoppelGanger(_ context.Context) error {
panic("implement me")
}
// PrepareBeaconProposer for mocking
// UpdateFeeRecipient for mocking
func (_ MockValidator) UpdateFeeRecipient(_ context.Context, _ keymanager.IKeymanager) error {
panic("implement me")
}