We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a633ae2 commit cc1f398Copy full SHA for cc1f398
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