Skip to content

Commit

Permalink
Update validator_manager/src/move_validators.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sproul <[email protected]>
  • Loading branch information
paulhauner and michaelsproul committed Jul 18, 2023
1 parent 09bf5ab commit 5c4b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_manager/src/move_validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ async fn run<'a>(config: MoveConfig) -> Result<(), String> {
}
Err(UploadError::PatchValidatorFailed(e)) => {
eprintln!(
"Failed to set some values on validator {} (e.g., builder, enabled or gas limit. \
"Failed to set some values on validator {} (e.g., builder, enabled or gas limit). \
These values value may need to be set manually. Continuing with other validators. \
Error was {:?}",
i, e
Expand Down

0 comments on commit 5c4b837

Please sign in to comment.