mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix: replace todo!() with Ok(None) in NoopProvider transaction_block (#17949)
This commit is contained in:
@@ -269,7 +269,7 @@ impl<C: Send + Sync, N: NodePrimitives> TransactionsProvider for NoopProvider<C,
|
||||
}
|
||||
|
||||
fn transaction_block(&self, _id: TxNumber) -> ProviderResult<Option<BlockNumber>> {
|
||||
todo!()
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
fn transactions_by_block(
|
||||
|
||||
Reference in New Issue
Block a user