Skip to content

Commit

Permalink
remove erc20token condition from native transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Jan 19, 2024
1 parent 3b4c08f commit d4ff202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/cronJobs/importLostDonationsJob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export const importLostDonations = async () => {

if (!donationParams) continue; // transaction not mined yet
} else if (
!tokenInDB &&
transaction?.value &&
transaction?.value?.gt(0) &&
(!transaction?.data || transaction?.data === '0x')
Expand Down

0 comments on commit d4ff202

Please sign in to comment.