Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashthecoder05 committed May 2, 2023
1 parent d014e89 commit 66bafc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockonomics.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def check_for_pending_transactions(self) -> None:

response = self._get_history_for_addresses(addresses=pending_addresses)

# Update Transactions fro logs
# Update Transactions for logs
for transaction in response.get('logs', []):
self.handle_update(
address=transaction['addr'][0],
Expand Down

0 comments on commit 66bafc0

Please sign in to comment.