Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Dec 17, 2024
1 parent bb5879c commit e5f9d90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,8 @@ const useMappedReceiverTransactionHistory = ({
return tx._from.toLowerCase() !== tx._to.toLowerCase()
}

return tx.caller.toLowerCase() !== tx.destination.toLowerCase()
// Native token withdrawals always fetch by receiver. We need to fetch for the sender here too.
return true
})

const results = []
Expand Down

0 comments on commit e5f9d90

Please sign in to comment.