mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
fix: rm bad rpc error conversion (#9857)
This commit is contained in:
@@ -381,7 +381,6 @@ pub trait Call: LoadState + SpawnBlocking {
|
||||
f(StateCacheDbRefMutWrapper(&mut db), env)
|
||||
})
|
||||
.await
|
||||
.map_err(|_| EthApiError::InternalBlockingTaskError.into())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user