Skip to content

Commit

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

def to_dict(self: Transaction) -> Dict[str, Any]:
Expand Down

0 comments on commit 9c5f241

Please sign in to comment.