Skip to content

Commit e0c79f7

Browse files
prestwichdylanlott
authored andcommitted
lint: fmt
1 parent bafe07f commit e0c79f7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/tasks/block.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ use alloy::{
99
providers::Provider as _,
1010
rlp::Buf,
1111
};
12+
use signet_bundle::SignetEthBundle;
13+
use signet_zenith::{Alloy2718Coder, encode_txns};
1214
use std::time::{SystemTime, UNIX_EPOCH};
1315
use std::{sync::OnceLock, time::Duration};
1416
use tokio::{sync::mpsc, task::JoinHandle};
1517
use tracing::{Instrument, debug, error, info, trace};
16-
use signet_zenith::{Alloy2718Coder, encode_txns};
17-
use signet_bundle::SignetEthBundle;
1818

1919
/// Ethereum's slot time in seconds.
2020
pub const ETHEREUM_SLOT_TIME: u64 = 12;

src/tasks/bundler.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender, unbounded_channel};
88
use tokio::task::JoinHandle;
99
use tokio::time;
1010
use tracing::{Instrument, debug, trace};
11-
use zenith_types::ZenithEthBundle;
12-
11+
use signet_bundle::SignetEthBundle;
1312
/// Holds a bundle from the cache with a unique ID and a Zenith bundle.
1413
#[derive(Debug, Clone, Serialize, Deserialize)]
1514
pub struct Bundle {

0 commit comments

Comments
 (0)