Skip to content

Commit

Permalink
remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jul 28, 2023
1 parent f4873a0 commit 70347bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions subgraph/src/OptimisticRecipientRegistryMapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ export function handleRequestSubmitted(event: RequestSubmitted): void {
recipient.requester = event.transaction.from.toHexString()
recipient.deposit = event.transaction.value
recipient.recipientMetadata = event.params._metadata

// requestSubmittedHash stores the transaction hash for add recipient request
// the UI uses it to look up the newly added recipient record
recipient.requestSubmittedHash = event.transaction.hash

// reset these fields in case the same recipient was added and removed
Expand Down

0 comments on commit 70347bd

Please sign in to comment.