Skip to content

Commit

Permalink
chore: remove unused comments
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
  • Loading branch information
gusinacio committed Mar 7, 2024
1 parent 797d178 commit c5b890a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ async fn partial_then_full_check_valid_receipt(

let query_id = 1;

// prepare adapters and storage to correctly validate receipt

// add escrow for sender
escrow_storage
.write()
Expand Down Expand Up @@ -231,7 +229,6 @@ async fn partial_then_finalize_valid_receipt(
query_appraisals,
..
} = executor_mock;
// give receipt 5 second variance for min start time
let receipt_auditor = ReceiptAuditor::new(domain_separator.clone(), executor);

let query_value = 20u128;
Expand All @@ -244,8 +241,6 @@ async fn partial_then_finalize_valid_receipt(

let query_id = 1;

// prepare adapters and storage to correctly validate receipt

// add escrow for sender
escrow_storage
.write()
Expand Down Expand Up @@ -297,7 +292,6 @@ async fn standard_lifetime_valid_receipt(
query_appraisals,
..
} = executor_mock;
// give receipt 5 second variance for min start time
let receipt_auditor = ReceiptAuditor::new(domain_separator.clone(), executor);

let query_value = 20u128;
Expand All @@ -310,8 +304,6 @@ async fn standard_lifetime_valid_receipt(

let query_id = 1;

// prepare adapters and storage to correctly validate receipt

// add escrow for sender
escrow_storage
.write()
Expand Down

0 comments on commit c5b890a

Please sign in to comment.