You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems if I use sender as the query param, I have fewer transactions in my history than if I use recipient. One possibility is that we could be storing the ETH Helper as the sender instead of the user's address. You should be able to query the Send event on the ETH Helper to get the correct sender.
The text was updated successfully, but these errors were encountered:
It seems if I use
sender
as the query param, I have fewer transactions in my history than if I userecipient
. One possibility is that we could be storing theETH Helper
as the sender instead of the user's address. You should be able to query theSend
event on the ETH Helper to get the correct sender.The text was updated successfully, but these errors were encountered: