Skip to content

Commit

Permalink
delete unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonet committed Apr 18, 2024
1 parent ca98149 commit ca8e1ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def get_all_transfers(self, from_block, to_block):
"address":self.contract_address,
"topics": ["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", None, None]})
for trans in transactions:
logger.warning(trans)
all_transfers.append({"txid":trans.transactionHash.hex(),
"amount": Web3.toInt(hexstr=trans.data),
"from": '0x'+trans.topics[1].hex()[26:],
Expand Down

0 comments on commit ca8e1ee

Please sign in to comment.