mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05:00
chore: remove fqs
This commit is contained in:
@@ -38,7 +38,7 @@ where
|
||||
pub(crate) async fn blob_base_fee(&self) -> EthResult<U256> {
|
||||
self.block(BlockNumberOrTag::Latest)
|
||||
.await?
|
||||
.and_then(|h: reth_primitives::SealedBlock| h.next_block_blob_fee())
|
||||
.and_then(|h| h.next_block_blob_fee())
|
||||
.ok_or(EthApiError::ExcessBlobGasNotSet)
|
||||
.map(U256::from)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user