Skip to content

Commit de65ec9

Browse files
committed
chore: remove comment in dips
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 710c399 commit de65ec9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/service/src/routes/dips.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ pub fn build_schema(
4040
AgreementMutation {
4141
expected_payee: indexer_address,
4242
allowed_payers: allowed_payers.clone(),
43-
domain: eip712_domain(
44-
// 42161, // arbitrum
45-
*chain_id as u64,
46-
*receipts_verifier_address,
47-
),
43+
domain: eip712_domain(*chain_id as u64, *receipts_verifier_address),
4844
cancel_voucher_time_tolerance: cancellation_time_tolerance
4945
.unwrap_or(Duration::from_secs(5)),
5046
},

0 commit comments

Comments
 (0)