Skip to content

Commit 1e7006b

Browse files
Update aggregation_mode/batcher/src/server/http.rs
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent e61073b commit 1e7006b

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
@@ -191,7 +191,6 @@ impl BatcherServer {
191191
.json(AppResponse::new_unsucessfull("Missing address", 400));
192192
};
193193

194-
// TODO: maybe also accept proof commitment in query param
195194
let receipts = if let Some(nonce) = params.nonce {
196195
match state
197196
.db

0 commit comments

Comments
 (0)