fix incorrect context
This commit is contained in:
parent
2652f88f52
commit
5ff28943da
@ -568,7 +568,7 @@ impl Web3Rpc {
|
||||
|
||||
self.check_block_data_limit(&authorization, unlocked_provider.clone())
|
||||
.await
|
||||
.context(format!("unable to parse eth_chainId from {}", self))?;
|
||||
.context(format!("unable to check_block_data_limit of {}", self))?;
|
||||
|
||||
drop(unlocked_provider);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user