mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 08:37:59 -05:00
chore: parse supervisor rpc error (#16078)
This commit is contained in:
@@ -173,7 +173,7 @@ impl<'a> IntoFuture for CheckAccessListRequest<'a> {
|
||||
|
||||
result
|
||||
.map_err(|_| InteropTxValidatorError::Timeout(timeout.as_secs()))?
|
||||
.map_err(InteropTxValidatorError::other)
|
||||
.map_err(InteropTxValidatorError::from_json_rpc)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user