mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Remove strict fee recipient (#3552)
## Issue Addressed Resolves: #3550 Remove the `--strict-fee-recipient` flag. It will cause missed proposals prior to the bellatrix transition. Co-authored-by: realbigsean <sean@sigmaprime.io>
This commit is contained in:
@@ -430,20 +430,6 @@ fn builder_registration_timestamp_override_flag() {
|
||||
assert_eq!(config.builder_registration_timestamp_override, Some(100))
|
||||
});
|
||||
}
|
||||
#[test]
|
||||
fn strict_fee_recipient_flag() {
|
||||
CommandLineTest::new()
|
||||
.flag("strict-fee-recipient", None)
|
||||
.run()
|
||||
.with_config(|config| assert!(config.strict_fee_recipient));
|
||||
}
|
||||
#[test]
|
||||
fn no_strict_fee_recipient_flag() {
|
||||
CommandLineTest::new()
|
||||
.run()
|
||||
.with_config(|config| assert!(!config.strict_fee_recipient));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn monitoring_endpoint() {
|
||||
CommandLineTest::new()
|
||||
|
||||
Reference in New Issue
Block a user