-
Notifications
You must be signed in to change notification settings - Fork 890
Validator manager import to allow overriding fields with CLI flag #7684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: unstable
Are you sure you want to change the base?
Conversation
Some required checks have failed. Could you please take a look @chong-he? 🙏 |
})?; | ||
|
||
// Log the overridden note when one or more flags is supplied | ||
if let Some(override_fee_recipient) = fee_recipient { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This logging is very repetitive, I put them here mainly because the overriding of suggested-fee-recipient
, but thought we should do the same for others too. Not sure if we want this logging?
Some required checks have failed. Could you please take a look @chong-he? 🙏 |
@macladson would you mind reviewing this? 🙏 |
Issue Addressed
--suggested-fee-recipient
for all keystore files #7651