Skip to content

Commit

Permalink
Update client/rpc/src/eth/transaction.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Éloïs <c@elo.tf>
  • Loading branch information
elfedy and librelois authored Jan 12, 2024
1 parent 09bfffd commit 56d5a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc/src/eth/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 56d5a44

Please sign in to comment.