Skip to content

Commit a8a3ec0

Browse files
committed
Add TODO for removing temporary conversion code
1 parent 67a2cc4 commit a8a3ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/flashblocks-rpc/src/cache.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use rollup_boost::{FlashblockBuilder, OpExecutionPayloadEnvelope, PayloadVersion
2626
use std::{collections::HashMap, sync::Arc};
2727

2828
/// Convert op_alloy_consensus::OpReceipt to reth_optimism_primitives::OpReceipt
29+
/// TODO: remove this once reth updates to use the op-alloy defined type as well.
2930
fn convert_receipt(receipt: &op_alloy_consensus::OpReceipt) -> reth_optimism_primitives::OpReceipt {
3031
match receipt {
3132
op_alloy_consensus::OpReceipt::Legacy(r) => {

0 commit comments

Comments
 (0)