diff --git a/client/rpc/src/eth/transaction.rs b/client/rpc/src/eth/transaction.rs index c950fbfb84..dd43c964a2 100644 --- a/client/rpc/src/eth/transaction.rs +++ b/client/rpc/src/eth/transaction.rs @@ -296,7 +296,7 @@ where ) .await .map_err(|err| internal_err(format!("{:?}", err)))? - .ok_or(internal_err("Failed to retrieve substrate block hash"))?; + .ok_or(internal_err("Failed to retrieve substrate parent block hash"))?; self.client .runtime_api()