Skip to content

Commit

Permalink
feat: add logs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
serezhaolshan committed Sep 9, 2024
1 parent 48c5f38 commit 1647783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/watcher/watcher.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ export class WatcherService {
// @dev To avoid sending notifications for node rewards transactions
// @dev To lower case for case-insensitive comparison
if (from.toLowerCase() === rewardsBankAddress.toLowerCase()) return;
console.log("Addresses Comparsion: ", from.toLowerCase(), rewardsBankAddress.toLowerCase());

console.log("After check Tx Data: ", from, to, type);

// @dev Did it for hiding ERC-1155 and ERC-721 transfers for users
Expand Down

0 comments on commit 1647783

Please sign in to comment.