Skip to content

Commit 20538b1

Browse files
committed
comment
1 parent 9c18cc0 commit 20538b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/proxy.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ where
149149
.map_err(|e| e.into());
150150
}
151151

152+
// We need to handle the `miner_setMaxDASize` method carefully,
153+
// so we ensure that the responses receive from the L2 and builder
154+
// are consistent.
152155
if method == MINER_SET_MAX_DA_SIZE {
153156
return service.set_max_da_size_manager.send(buffered).await;
154157
}

0 commit comments

Comments
 (0)