We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c18cc0 commit 20538b1Copy full SHA for 20538b1
1 file changed
src/proxy.rs
@@ -149,6 +149,9 @@ where
149
.map_err(|e| e.into());
150
}
151
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.
155
if method == MINER_SET_MAX_DA_SIZE {
156
return service.set_max_da_size_manager.send(buffered).await;
157
0 commit comments