Skip to content

Commit dd7515f

Browse files
updated error text
1 parent 08d48f5 commit dd7515f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/account_utils/src/validator_definitions.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)