Skip to content

Commit fa9640b

Browse files
rename the field with the formatted time left
1 parent c09765a commit fa9640b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/batcher/src/server

aggregation_mode/batcher/src/server/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ impl BatcherServer {
336336
HttpResponse::Ok().json(AppResponse::new_sucessfull(serde_json::json!({
337337
"amount-submitted": daily_tasks_by_address,
338338
"amount-left": (state.config.max_daily_proofs_per_user - daily_tasks_by_address),
339-
"time-left": formatted_time_left.as_str()
339+
"quotas-renewal": formatted_time_left.as_str()
340340
})))
341341
}
342342
}

0 commit comments

Comments
 (0)