Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Jun 25, 2024
1 parent 0d268c1 commit f1d0889
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/tbdex/src/http_client/exchanges.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ pub fn create_exchange(rfq: &Rfq, reply_to: Option<String>) -> Result<()> {
let endpoint = "http://localhost:9000/exchanges";
// TODO the above

// TODO verify private data?

// TODO uncomment with did:dht resolution support
// rfq.verify()?;

Expand Down

0 comments on commit f1d0889

Please sign in to comment.