Skip to content

Commit

Permalink
chore: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stone committed Oct 30, 2024
1 parent a213d29 commit 96b234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdp/faucet_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def status(self) -> str:
"""Get the faucet transaction status.
Returns:
str: The facuet transaction status.
str: The faucet transaction status.
"""
return self.transaction.status
Expand Down
2 changes: 1 addition & 1 deletion cdp/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def transaction_hash(self) -> str:

@property
def network_id(self) -> str:
"""Get the Network ID of the Transfer."""
"""Get the Network ID of the Transaction."""
return self._model.network_id

@property
Expand Down

0 comments on commit 96b234c

Please sign in to comment.