We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f889b commit 2146f87Copy full SHA for 2146f87
graph/src/data/subgraph/mod.rs
@@ -348,7 +348,7 @@ pub enum SubgraphManifestValidationError {
348
MultipleEthereumNetworks,
349
#[error("subgraph must have at least one Ethereum network data source")]
350
EthereumNetworkRequired,
351
- #[error("the specified block must exist on the Ethereum network")]
+ #[error("the specified block {0} must exist on the Ethereum network")]
352
BlockNotFound(String),
353
#[error("schema validation failed: {0:?}")]
354
SchemaValidationError(Vec<SchemaValidationError>),
0 commit comments