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 ddd6532 commit 581c2f0Copy full SHA for 581c2f0
crates/service/src/tap/receipt_store.rs
@@ -345,9 +345,9 @@ impl DbReceiptV2 {
345
receipt: &tap_graph::v2::SignedReceipt,
346
separator: &Eip712Domain,
347
) -> anyhow::Result<Self> {
348
- let collection_id = thegraph_core::CollectionId::from(receipt.message.collection_id)
349
- .as_address()
350
- .encode_hex();
+ let collection_id =
+ thegraph_core::CollectionId::from(receipt.message.collection_id).encode_hex();
+
351
let payer = receipt.message.payer.encode_hex();
352
let data_service = receipt.message.data_service.encode_hex();
353
let service_provider = receipt.message.service_provider.encode_hex();
0 commit comments