Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jun 16, 2022
1 parent 08a7261 commit cd8574d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrpl/models/transactions/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def to_dict(self: Signer) -> Dict[str, Any]:
return {"signer": super().to_dict()}


T = TypeVar("T", bound="Transaction")
T = TypeVar("T", bound="Transaction") # any type inherited from Transaction


@require_kwargs_on_init
Expand Down

0 comments on commit cd8574d

Please sign in to comment.