Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Feb 5, 2024
1 parent f3a8621 commit f9ca357
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions auction-server/src/auction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,6 @@ pub async fn run_submission_loop(store: Arc<Store>) {
Some(receipt) => {
tracing::debug!("Submitted transaction: {:?}", receipt);
chain_store.bids.write().await.remove(&permission_key);
store
.liquidation_store
.opportunities
.write()
.await
.remove(&permission_key); //TODO: this should be done via opportunity verifier and only when the opportunity is not valid anymore
}
None => {
tracing::error!("Failed to receive transaction receipt");
Expand Down

0 comments on commit f9ca357

Please sign in to comment.