Skip to content

Commit 6f5df26

Browse files
0x00101010avalonche
authored andcommitted
Rebase to resolve conflict
1 parent 65cb426 commit 6f5df26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rollup-boost/src/flashblocks/inbound.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ use backoff::backoff::Backoff;
55
use bytes::Bytes;
66
use futures::{SinkExt, StreamExt};
77
use lru::LruCache;
8-
use rollup_boost_types::flashblocks::FlashblocksPayloadV1;
98
use std::io::ErrorKind::TimedOut;
109
use op_alloy_rpc_types_engine::OpFlashblockPayload;
10+
use std::io::ErrorKind::TimedOut;
1111
use std::num::NonZeroUsize;
1212
use std::sync::Arc;
1313
use std::sync::Mutex;

0 commit comments

Comments
 (0)