Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 6a70442

Browse files
committed
fix comment
1 parent e8c7880 commit 6a70442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ where
161161
.await?;
162162
debug!(?host_txs, "Host encoded transactions");
163163

164-
// set the Bundle to only be valid if mined in the next rollup block
164+
// get current rollup block to determine the subsequent target block(s) for Bundle
165165
let latest_ru_block_number = self.ru_provider.get_block_number().await?;
166166

167167
// send the Bundle to the transaction cache

0 commit comments

Comments
 (0)