Skip to content

Commit

Permalink
Update packages/eventindexer/indexer/index_nft_transfers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com>
  • Loading branch information
2 people authored and cyberhorsey committed Aug 9, 2023
1 parent f3ed3b7 commit 942cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eventindexer/indexer/index_nft_transfers.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (svc *Service) isERC721Transfer(ctx context.Context, vLog types.Log) bool {
}

// the first topic is ALWAYS the hash of the event signature.
// this is how peopel are expected to look up which event is which.
// this is how people are expected to look up which event is which.
if vLog.Topics[0].Hex() != logTransferSigHash.Hex() {
return false
}
Expand Down

0 comments on commit 942cd87

Please sign in to comment.