Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug detecting incoming USDC HTLC redeem transfers
Against its type definition, receipt.contractAddress was `null` here, and not a `string`. Falling back to `log.address` will always produce the actual token address.
- Loading branch information