File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,10 @@ pub async fn start_agent(
103103 } ,
104104 } ,
105105 } ,
106- tap :
107- TapConfig {
108- // TODO: replace with a proper implementation once the gateway registry contract is ready
109- sender_aggregator_endpoints,
110- ..
111- } ,
106+ tap : TapConfig {
107+ sender_aggregator_endpoints,
108+ ..
109+ } ,
112110 ..
113111 } = & * CONFIG ;
114112 let pgpool = database:: connect ( database. clone ( ) ) . await ;
Original file line number Diff line number Diff line change @@ -73,9 +73,7 @@ impl Check<TapReceipt> for AllocationId {
7373 "Receipt does not have an allocation_id or collection_id"
7474 ) ) ) ;
7575 } ;
76- // TODO: Remove the if block below? Each TAP Monitor is specific to an allocation
77- // ID. So the receipts that are received here should already have been filtered by
78- // allocation ID.
76+
7977 tracing:: debug!(
8078 "Checking allocation_id: {:?} against expected_allocation_id: {}" ,
8179 allocation_id,
You can’t perform that action at this time.
0 commit comments