Skip to content

Commit 6383138

Browse files
Remove old comment
1 parent b4e2a76 commit 6383138

File tree

1 file changed

+0
-1
lines changed
  • aggregation_mode/batcher/src/server

1 file changed

+0
-1
lines changed

aggregation_mode/batcher/src/server/http.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ impl BatcherServer {
7171

7272
let address = address_raw.to_lowercase();
7373

74-
// TODO: validate valid ethereum address
7574
let Some(state) = req.app_data::<Data<BatcherServer>>() else {
7675
return HttpResponse::InternalServerError()
7776
.json(AppResponse::new_unsucessfull("Internal server error", 500));

0 commit comments

Comments
 (0)