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 b4e2a76 commit 6383138Copy full SHA for 6383138
aggregation_mode/batcher/src/server/http.rs
@@ -71,7 +71,6 @@ impl BatcherServer {
71
72
let address = address_raw.to_lowercase();
73
74
- // TODO: validate valid ethereum address
75
let Some(state) = req.app_data::<Data<BatcherServer>>() else {
76
return HttpResponse::InternalServerError()
77
.json(AppResponse::new_unsucessfull("Internal server error", 500));
0 commit comments