mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix: missing generic type hint for cursor (#18483)
This commit is contained in:
@@ -138,7 +138,7 @@ where
|
||||
_remove_from: StorageLocation,
|
||||
) -> ProviderResult<()> {
|
||||
provider.tx_ref().unwind_table_by_num::<tables::BlockWithdrawals>(block)?;
|
||||
provider.tx_ref().unwind_table_by_num::<tables::BlockOmmers>(block)?;
|
||||
provider.tx_ref().unwind_table_by_num::<tables::BlockOmmers<H>>(block)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user