Skip to content

Commit

Permalink
typo-Update chain_watcher.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
romashka-btc authored Dec 18, 2024
1 parent 3ecd98a commit 7923161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/l1/chain_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const BLOB_CARRYING_TRANSACTION_TYPE: u64 = 3;
pub type BatcherTransactionData = Bytes;

/// Handles watching the L1 chain and monitoring for new blocks, deposits,
/// and batcher transactions. The monitoring loop is spawned in a seperate
/// and batcher transactions. The monitoring loop is spawned in a separate
/// task and communication happens via the internal channels. When ChainWatcher
/// is dropped, the monitoring task is automatically aborted.
pub struct ChainWatcher {
Expand Down

0 comments on commit 7923161

Please sign in to comment.