Skip to content

Commit a142314

Browse files
committed
cleanup
1 parent ff5cb31 commit a142314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tasks/bundler.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ use tracing::{Instrument, debug, trace};
1212
/// Holds a bundle from the cache with a unique ID and a Zenith bundle.
1313
#[derive(Debug, Clone, Serialize, Deserialize)]
1414
pub struct Bundle {
15-
/// Cache identifier for the bundle
15+
/// Cache identifier for the bundle.
1616
pub id: String,
17-
/// The Zenith bundle for this bundle
17+
/// The corresponding Signet bundle.
1818
pub bundle: SignetEthBundle,
1919
}
2020

0 commit comments

Comments
 (0)