mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore(deps): bump revm 11 (#9391)
This commit is contained in:
@@ -443,7 +443,7 @@ impl reth_revm::Database for Database {
|
||||
get_storage(&self.connection(), address, index.into()).map(|data| data.unwrap_or_default())
|
||||
}
|
||||
|
||||
fn block_hash(&mut self, number: U256) -> Result<B256, Self::Error> {
|
||||
fn block_hash(&mut self, number: u64) -> Result<B256, Self::Error> {
|
||||
let block_hash = self.connection().query_row::<String, _, _>(
|
||||
"SELECT hash FROM block WHERE number = ?",
|
||||
(number.to_string(),),
|
||||
|
||||
Reference in New Issue
Block a user