Skip to content

Commit 0bab3cf

Browse files
committed
refactor: rework submitter worker loop
1 parent b63df2b commit 0bab3cf

6 files changed

Lines changed: 418 additions & 658 deletions

File tree

sequencer/src/l1/submitter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ mod worker;
1414

1515
pub use config::BatchSubmitterConfig;
1616
pub use poster::{BatchPoster, BatchPosterConfig, BatchPosterError, EthereumBatchPoster, TxHash};
17-
pub use worker::{BatchSubmitter, BatchSubmitterError, TickOutcome};
17+
pub use worker::{BatchSubmitter, BatchSubmitterError};

0 commit comments

Comments
 (0)