File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ impl ValidatorDefinitions {
441441
442442 return Err ( format ! (
443443 "The following validators are missing a `suggested_fee_recipient`: {}. \
444- Fix this by adding a `suggested_fee_recipient` in your \
444+ Fix this by adding a `suggested_fee_recipient` in the \
445445 `validator_definitions.yml` or by supplying a fallback fee \
446446 recipient via the `--suggested-fee-recipient` flag.",
447447 pubkeys
@@ -458,7 +458,7 @@ impl ValidatorDefinitions {
458458 if count > 0 {
459459 info ! (
460460 "The fallback --suggested-fee-recipient is being used for {} validator(s). \
461- Consider setting the fee recipient for each validator individually via `validator_definitions.yml`.",
461+ You may alternatively set the fee recipient for each validator individually via `validator_definitions.yml`.",
462462 count
463463 ) ;
464464 }
You can’t perform that action at this time.
0 commit comments