We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09765a commit fa9640bCopy full SHA for fa9640b
1 file changed
aggregation_mode/batcher/src/server/http.rs
@@ -336,7 +336,7 @@ impl BatcherServer {
336
HttpResponse::Ok().json(AppResponse::new_sucessfull(serde_json::json!({
337
"amount-submitted": daily_tasks_by_address,
338
"amount-left": (state.config.max_daily_proofs_per_user - daily_tasks_by_address),
339
- "time-left": formatted_time_left.as_str()
+ "quotas-renewal": formatted_time_left.as_str()
340
})))
341
}
342
0 commit comments