Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjchen committed Aug 31, 2022
1 parent 9c5f241 commit 95898a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrpl/models/transactions/transaction.py
Expand Up @@ -340,7 +340,7 @@ def _get_errors(self: Transaction) -> Dict[str, str]:
):
errors[
"Transaction"
] = """If ticket_sequence is provided,
] = """If ticket_sequence is provided,
account_txn_id must be None and sequence must be None or 0"""
return errors

Expand Down

0 comments on commit 95898a1

Please sign in to comment.