chore: update comment

This commit is contained in:
rvcas
2023-03-03 00:16:03 -05:00
committed by Lucas
parent e2dc4ec6c8
commit 9f587e802c

View File

@@ -69,7 +69,7 @@ pub fn exec(
let blueprint: Blueprint<serde_json::Value> =
serde_json::from_reader(BufReader::new(blueprint)).into_diagnostic()?;
// Calculate the address
// Perform the conversion
let when_too_many =
|known_validators| ProjectError::MoreThanOneValidatorFound { known_validators };
let when_missing = |known_validators| ProjectError::NoValidatorNotFound { known_validators };