Skip to content

Commit

Permalink
payment: remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Jul 9, 2024
1 parent 3cf0f39 commit e85ea62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/payment/src/api/allocations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ async fn create_allocation(
body: Json<NewAllocation>,
id: Identity,
) -> HttpResponse {
// TODO: Handle deposits & timeouts
let allocation = body.into_inner();
let node_id = id.identity;

Expand Down

0 comments on commit e85ea62

Please sign in to comment.