We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be58818 commit f8120dbCopy full SHA for f8120db
crates/tap-agent/src/tap/context/rav.rs
@@ -173,7 +173,8 @@ impl RavRead<tap_graph::v2::ReceiptAggregateVoucher> for TapAgentContext<Horizon
173
"#,
174
CollectionId::from(self.allocation_id).encode_hex(),
175
self.sender.encode_hex(),
176
- self.indexer_address.encode_hex(),
+ // For Horizon (V2): data_service is the SubgraphService address, service_provider is the indexer
177
+ self.subgraph_service_address.encode_hex(),
178
self.indexer_address.encode_hex()
179
)
180
.fetch_optional(&self.pgpool)
0 commit comments