Skip to content

Commit cf31bc9

Browse files
committed
clippy
1 parent 029c184 commit cf31bc9

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ alloy = { version = "1.0.37", features = [
4343
] }
4444

4545
axum = "0.7.5"
46-
chrono = "0.4.40"
4746
eyre = "0.6.12"
4847
openssl = { version = "0.10", features = ["vendored"] }
4948
reqwest = { version = "0.12.22", features = ["blocking", "json"] }

src/utils.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ use alloy::{
77
use signet_sim::BuiltBlock;
88
use signet_zenith::BundleHelper::FillPermit2;
99

10-
/// Returns the current timestamp in seconds since the UNIX epoch.
11-
pub(crate) fn now() -> u64 {
12-
chrono::Utc::now().timestamp() as u64
13-
}
14-
1510
// This function converts &[SignedFill] into [FillPermit2]
1611
pub(crate) fn convert_fills(block: &BuiltBlock) -> Vec<FillPermit2> {
1712
block.host_fills().iter().map(FillPermit2::from).collect()

0 commit comments

Comments
 (0)